Linux Commands Cheat Sheet
# rename from to files
# touch test1.htm # touch test2.htm # touch test3.htm # ls test1.htm test2.htm test3.htm # rename .htm .html *.htm # ls test1.html test2.html test3.html #