File Utils
- File Commands:
- cd pwd, mkdir, mkdir_p, rmdir, ln, ln_s, ln_sf, cp, cp_r, mv, rm, rm_r,
rm_rf, install, chmod, touch
- Most commands will work with a list of files
- cp "file1", "file2", "file3",
"destdir"
- Commands can take options
- cp "a", "b", :verbose=>true,
:nowrite=>true