I want to create a shell script that can kill a process without having knowledge of the PID.<BR><BR>This is what I do now:<BR><BR>%: top<BR> (find process w/PID)<BR>%: q<BR>%: kill -1 PID<BR><BR><BR>I ...
The script command not only makes a record of what commands you run but also allows you to save the output generated so that you can examine it later or easily turn your command sequences into scripts ...