The oldest known version of this page was edited on
2006-06-22 10:37:48 by WikkaWiki (unregistered user)
GNU Grep
Search for strings in files
Example : How to remove any filenames with spaces when using as a parameter to another command
# grep session $(vmware-cmd -l | grep -v " ")
/home/vmware/Tardis/Tardis.vmx:backup.session = "Tardis"
/home/vmware/Voyager/Voyager.vmx:backup.session = "Voyager"