Search Results

Search: Posts Made By: atukuri
31,970
Posted By atukuri
seems the single quotes did the trick. The...
seems the single quotes did the trick. The following code worked just fine

>ssh -q atukuri@remotehostname 'find /home/atukuri/ -name abc.txt -exec ls -l {} \;'
-rw-r--r-- 1 xxx users 49...
31,970
Posted By atukuri
Long listing of files using find command on remote server via SSH
Hi ,

I am trying to find some files on a remote machine using the find command.

>ssh -q atukuri@remotehostname find /home/atukuri/ -name abc.txt
/home/atukuri/abc.txt

The above command...
4,055
Posted By atukuri
pipe option worked like a treat. This is...
pipe option worked like a treat.

This is what I have included in my .forward file

\atukuri, "| /home/atukuri/myscript.sh $1"


Thankyou all for your responses.
4,055
Posted By atukuri
Invoke a shell script on new email in inbox
Hello all,

Is there a way I can invoke a shell script when ever a new mail is delivered to my account in solaris? Something like .forward file, instead of forwarding it to another email id, I...
Showing results 1 to 4 of 4

 
All times are GMT -4. The time now is 08:04 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy