Search Results

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

Not sure I understood what you want...
847
Posted By Scrutinizer
Try: extname=$(echo "$file" | sed...
Try:
extname=$(echo "$file" | sed 's/[^0-9]*\([0-9]*\)\.\(.*\)/\2\1/')
7,502
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 01:20 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy