Search Results

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

find . -name '*' -mtime -3 -exec rm {} \;
7,260
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,350
Posted By shashikandi
ifconfig -a
ifconfig -a
2,426
Posted By shashikandi
Try this link. http://www.hk8.org/old_web/
Try this link.

http://www.hk8.org/old_web/
3,439
Posted By shashikandi
Its working. Thanks ZB.
Its working. Thanks ZB.
3,439
Posted By shashikandi
I want to replace 20040915 with 20040916.
I want to replace 20040915 with 20040916.
3,439
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,277
Posted By shashikandi
Thanks Google
Thanks Google
16,277
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 07:36 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy