# List files in current dir
for F in `ls`; do echo $F; done
# Truncate files in current dir
for F in `ls`; do truncate --size 0 $F; done
# Modprobe all modules in current dir
for s in `ls`; do modprobe `echo $s | sed -ne "s/\(.*\).ko/\1/p"`; done
# Detatch command in a Bash for-loop
for S in `ls *.cfg_ping`; do test.sh $S & done;
# List disk-usage for each directory in current dir.
du -h --max-depth=1
/opt/VirtualBox/VBoxHeadless --comment Windows 7 - MVA --startvm ea93a5a5-fed8-4fa5-9f37-6c22ca3f2f25 --vrde config
VBoxManage list runningvms
VBoxManage startvm {ea93a5a5-fed8-4fa5-9f37-6c22ca3f2f25} --type headless
VBoxManage controlvm {ea93a5a5-fed8-4fa5-9f37-6c22ca3f2f25} acpipowerbutton