I have some daily performed unix scripts like (cd,ls, etc...) to run on a remote server from putty.Basically I need to automate my daily tasks. Can anyone suggest me which is the best way to write the scripts.
Asked
Active
Viewed 91 times
1 Answers
0
You can use Plink it is in the putty collection (http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html)
For more details see this thread putty from a batch file and a script?