[Vim-latex-devel] update: rough draft, tutorial
Brought to you by:
srinathava,
tmaas
From: Animesh N N. <an...@gm...> - 2003-05-24 21:06:48
|
hi, updated rough draft of tutorial is attached. ciao animesh -- : ####[ GNU/Linux One Stanza Tip (LOST) ]########################### Sub : kill-proc (killing user process by an user) LOST #285 #!/bin/sh ps -aef | grep $USER echo -en "Process-No to kill : "; read P_ID kill $P_ID ####<bi...@nd...>#################################### : |