Posts
 
Reputation
Joined
Last Seen
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
1 Commented Post
0 Endorsements
Ranked #4K
~2K People Reached
Favorite Forums
Favorite Tags
Member Avatar for kneiel

how about converting Win-style end-of-line characters to UNIX system style end-of-line characters. dos2unix input.txt or fromdos input.txt

Member Avatar for cfajohnson
-1
881
Member Avatar for kneiel

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'

Member Avatar for kranny
-1
88
Member Avatar for axeeffect2002
Member Avatar for kranny

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

Member Avatar for kranny
-1
169
Member Avatar for lipun4u

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]

Member Avatar for kungle
-1
92