Search Results

Search: Posts Made By: kurosaki
1,982
Posted By kurosaki
thanx for the nice posts
thanx for the nice posts
1,982
Posted By kurosaki
curious
sorry, just simple question:
how can i do this in bash>

foreach i( 1 2 3 )
sed 's/Hello/Howdy/g' test$i > test$i.new
mv test$i.new test$i
end
8,845
Posted By kurosaki
cut a part of the file
This is a part of the output file (x.out, from a chemical software). I need to extract the xyz coordinates with the atom labels from this file.If it's possible i would like to use a bash shell...
2,624
Posted By kurosaki
use ebookshare.net, and look for the script...
use ebookshare.net, and look for the script books:
this one is very good: Linux shell Scripting with bash (2004) u can find the usage of grep, with other etc..
Oreilly Python scripting is also good...
Showing results 1 to 4 of 4

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