UNIX GURU UNIVERSE
UNIX HOT TIP
Unix Tip 3210 - November 20, 2009
http://www.ugu.com/sui/ugu/show?tip.today
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
USES FOR AWK
If you have a server with alot of filesystems on it (oracle/SAP environments) then this little awk command can come in useful. It can obviously be used in many other situations also. In this example, the file structure is /oracle/PRD/xxxx.
awk '/PRD/{ print "umount " $3 }' /etc/vfstab | /sbin/sh
If you run it without piping it to 'sh', then it will show you what the command will do. You can replace the 'umount' with whatever command you like. It's a quick and easy though.
--------------------------------------------------------------------------
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