Some Linux Commands

Find: find . -iname '*scorpion*' -printf \"%p\"\\n | xarts xmms -e

ps -ef | grep pmon_$ORACLE_SID | awk '{print $2}' | xargs kill -9
rpm -q --qf '%{NAME} -- %{VERSION} -- %{RELEASE} -- (%{ARCH}) \n' libpng


For other interesting feature visit:
http://www.linux.ie/newusers/beginners-linux-guide/find.php
http://www.pixelbeat.org/cmdline.html

Comments

Popular Posts