17 Reputation Points
Ranked #1K
- Strength to Increase Rep
- +3
- Strength to Decrease Rep
- -0
50% Quality Score
- Upvotes Received
- 1
- Posts with Upvotes
- 1
- Upvoting Members
- 1
- Downvotes Received
- 1
- Posts with Downvotes
- 1
- Downvoting Members
- 1
Re: how about converting Win-style end-of-line characters to UNIX system style end-of-line characters. dos2unix input.txt or fromdos input.txt | |
Re: Its due to the behaviour of " [COLOR="Red"]&& [/COLOR]" try this:: line=`sed -n 's/&/x/gp' inputfile` sed -n 's/\\/'"$line"'/p' inputfile|sed 's/x/\&/g' | |
Re: gunzip gawk-3.2.gz pkgadd -d gawk-3.2 | |
I want to write a script where in i can kill the top processes and run this script for every 5 minutes.How to extract parameters from top command | |
Re: i would reccomend [B][URL="http://www.amazon.com/Shell-Scripting-Recipes-Problem-Solution-Approach/dp/1590594711"]Shell Scripting Recipes: A Problem-Solution Approach[/URL] [/B] |