Google the SiteQuicksearchCategoriesCreative CommonsBlog Administration |
Sunday, November 5. 2006Expand shell globs using 'ctrl-z'Trackbacks
Trackback specific URI for this entry
No Trackbacks
Comments
Display comments as
(Linear | Threaded)
ctrl + z may be great but Im not sure how to go back... it says suspended and the process is still shown in PS anyone know how to go back to the program you suspended?
Type in 'fg' on the commandline to put the last 'backgrounded' process back to the foreground (fg). See the man page for 'sh' or 'csh' for more info (look for 'Jobs').
|