Search Results

Search: Posts Made By: 2klsvt
20,701
Posted By 2klsvt
#!/bin/bash IFS=" " find / -user...
#!/bin/bash
IFS="
"

find / -user username >> /tmp.out

for i in `cat /tmp.out`; do
chown username "$i"
done
rm /tmp.out

exit
Forum: Solaris 09-18-2008
6,551
Posted By 2klsvt
the following is the format i usuall use for...
the following is the format i usuall use for short messages.

#:>echo "this is a test message" |mailx -s"test subject" testuser@testuser.com
Showing results 1 to 2 of 2

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