Search Results

Search: Posts Made By: aerostar700
1,974
Posted By aerostar700
... or using a quick shell : $ grep...
... or using a quick shell :

$ grep "OutOfMemoryException" sample.log > tmp.txt; wc -l tmp.txt

... will copy all relevant lines into tmp.txt AND give you the line count after :)
22,048
Posted By aerostar700
$ for i in `grep -iH "bizz.rr.com" *; do mv $i...
$ for i in `grep -iH "bizz.rr.com" *; do mv $i /new_directory; done

... will work as well :)
2,125
Posted By aerostar700
Well, basicaly you have 2 ways to do that. If...
Well, basicaly you have 2 ways to do that. If it's just a matter of editing one file once in a while, I'd use vi for that. If you want to do that on a regular basis, a shell script would be better...
Forum: IP Networking 07-21-2008
2,441
Posted By aerostar700
Specific routing problem help needed
Hi,

I am trying to set up the following :

- One linux box connected to the net, static address, eth0
- No other eth interface on the box

I want to set up this box in a way it can accept...
Showing results 1 to 4 of 4

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