Differences
This shows you the differences between the selected revisions of the page.
2012-03-14 | 2012-05-18 | ||
Restored revision 1329368978. Undoing revision 1331737645. (martin) (hidden) | no summary (12.132.141.194) | ||
Line 102: | Line 102: | ||
==== Rename a File with Current Date and Time ==== | ==== Rename a File with Current Date and Time ==== | ||
mv ! $(echo "!" | sed "s/\..*$//").$(date '+%Y-%m-%d_%H-%M').$(echo ! | awk -F"." '{ print $NF }') | mv ! $(echo "!" | sed "s/\..*$//").$(date '+%Y-%m-%d_%H-%M').$(echo ! | awk -F"." '{ print $NF }') | ||
+ | |||
+ | Above does not work. | ||