Search Results

Search: Posts Made By: Melissa
4,594
Posted By Melissa
You can try this: rm Nothing\ 1.jpg
You can try this:

rm Nothing\ 1.jpg
2,092
Posted By Melissa
-mtime -n should give you files that were last...
-mtime -n should give you files that were last modified less than n days.
9,164
Posted By Melissa
Try this sed 's/oldstring/'$1'/g' inputfile...
Try this

sed 's/oldstring/'$1'/g' inputfile > outputfile
^ ^
These are single quote surround the $1
3,545
Posted By Melissa
try this sed 's/\\//g' file1.out > file2.out
try this
sed 's/\\//g' file1.out > file2.out
14,899
Posted By Melissa
Hi Perderabo, thank you very much, the output...
Hi Perderabo, thank you very much, the output file looks good in vi now. thanks.:)
14,899
Posted By Melissa
underline character in vi editor
I want to print a man page for a command in unix, this is what I did

man command > command.txt

but when I view the output file command.txt I found there are lot of _^H characters that in the...
17,552
Posted By Melissa
su and password in a Korn shell script
Hi All,

In my shell script I want to use su - userid
and provide password for this user, but I don't know the syntax to do this, can anyone tell me what it is?

I have tried:
su -...
Showing results 1 to 7 of 7

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