UNIX GURU UNIVERSE
UNIX HOT TIP
Unix Tip 3052 - June 15, 2009
http://www.ugu.com/sui/ugu/show?tip.today
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
SHELL OUTPUT INTO VI
In VI editor you can get the output of any shell command command inserted into the file you are editing by using:
:r!<command>
For example:
:r!who -r
inserts the ouput of the command "who -r" to the file currently being edited.
This can be effectively used to copy the contents of a file to the file currently being edited
ie,
:r!cat /etc/passwd
inserts all the contents of the the /etc/passwd to the file currently being edited.
This tip supported by: Prem Kumar S <sprem@wipro.co.in>
--------------------------------------------------------------------------
To Subscribe: http://www.ugu.com/sui/ugu/show?tip.subscribe
To Unsubscribe: http://www.ugu.com/sui/ugu/show?tip.unsubscribe
To Submit A Tip: http://www.ugu.com/sui/ugu/show?tip.today
==========================================================================
DISCLAIMER: All UNIX HOT TIPS ARE OWNED BY THE UNIX GURU UNIVERSE AND ARE
NOT TO BE SOLD, PRINTED OR USED WITHOUT THE WRITTEN CONSENT OF THE UNIX
GURU UNIVERSE. ALL TIPS ARE "USE AT YOUR OWN RISK". UGU ADVISES THAT
ALL TIPS BE TESTED IN A NON-PRODUCTION DEVELOPMENT ENVIRONMENT FIRST.
Unix Guru Universe - www.ugu.com - tips@ugu.com - Copyright 1994-2001
==========================================================================
Tidak ada komentar:
Posting Komentar