This is intended to be a resource mainly for myself... to keep notes on things I've worked on or figured out. This way I can easily look things back up after I have forgotten the details.
This will also allow me to easily send pointers to others when I want to share what I've found.
for file in * ; do mv $file `echo $file | sed -e 's/AAA-\(.*\)_\(.*\).txt/AAA-\2-\1.txt/'`; done (for help understanding... http://www.daemonforums.org/showthread.php?t=2565)
No comments:
Post a Comment