Fulltext results:
- VBoxManage (The VirtualBox CLI) @info:virtualbox
- <uuid>|<name>... [--type gui|headless] controlvm <uuid>... --device <number>] [--type dvddrive|hdd|fdd] [--... |vmname> add <name> --type disk|network --li... <uuid>|<filename> [--type normal|writethrough|immutable|shareable|
- fstyp @info:solaris
- ====== fstyp ====== ''fstyp'' reports the type of file system. With the ''-v'' (verbose) option reports... 36263558 guid: 9425194213536263558 vdev_tree: type: 'disk' id: 0 guid: 9425194213536263558
- Change Encoding with iconv @info:script
- a Directory ===== <code bash> for f in $(find . -type f) do iconv -f iso-8859-1 -t utf-8 -o ${f}_$$_T
- Compare directories @info:script
- s, generate a digest file: <code bash> find DIR -type f -exec shasum {} + | LC_ALL=C sort -d -k 2 > sha