Search Results

Search: Posts Made By: Theo Score
5,403
Posted By vbe
?? python $HOME/convert.py $basename.forces > ...
??
python $HOME/convert.py $basename.forces > $extname.vtk

Not sure I understood what you want...
861
Posted By Scrutinizer
Try: extname=$(echo "$file" | sed...
Try:
extname=$(echo "$file" | sed 's/[^0-9]*\([0-9]*\)\.\(.*\)/\2\1/')
7,568
Posted By Don Cragun
It would help if you would show us some sample...
It would help if you would show us some sample input that your sort command is not sorting the way you want.

Note that the sort key specification -k1 tells sort to sort a line with the sort key...
Showing results 1 to 3 of 3

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