Wednesday, June 2, 2010

tips and trick for linux

hide process
type Ctrl + Z for keep process
"jobs" for show processed
"fg" following with job's number

special bash shell
type !$ for last order address

type !! for last command

type !+command for last command that you did
type Ctrl+R it's show reverse-i-search type your command, it will provide you for last order


source : unbox.in.th