Search Results

Search: Posts Made By: shashikandi
2,827
Posted By shashikandi
To remove 3 days old files find . -name '*'...
To remove 3 days old files

find . -name '*' -mtime -3 -exec rm {} \;
7,249
Posted By shashikandi
The reason is sql returns like this if there are...
The reason is sql returns like this if there are no matching records.

column1 column2 column3 ...
------------------------------------------------------
(0 rows affected)

The reccnt=`wc -l...
82,221
Posted By shashikandi
ifconfig -a
ifconfig -a
2,416
Posted By shashikandi
Try this link. http://www.hk8.org/old_web/
Try this link.

http://www.hk8.org/old_web/
3,416
Posted By shashikandi
Its working. Thanks ZB.
Its working. Thanks ZB.
3,416
Posted By shashikandi
I want to replace 20040915 with 20040916.
I want to replace 20040915 with 20040916.
3,416
Posted By shashikandi
Replacing string1 with string2 in many files
I have 70 files and want to replace string1 with string2. How can i do that?.

Thanks
16,257
Posted By shashikandi
Thanks Google
Thanks Google
16,257
Posted By shashikandi
What is grep :0?
What the following command does

grep -c pattern files | grep :0

Please explain grep :0 in the above command
Showing results 1 to 9 of 9

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