Differences
This shows you the differences between the selected revisions of the page.
2012-02-15 | 2012-05-18 | ||
rv 119.154.156.223, examples are not custom commands (no patterns) (martin) | 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. | ||