Pario TechnoBlob
About Posts

Tag: grep

Shell script for search for no password entries and lock all accounts Shell script for search for no password entries and lock all accounts find-account-no-password.sh #!/bin/bash # Shell script for search for no password entries and lock all...
Jun 5, 2007 12:36AM
Strip comments from config files This is at short script to strip/remove comments from config files #!/bin/bash # Code to cat a config file removing all comments and blank lines. grep -vh '^[[:space:]]*#'...
May 25, 2007 6:54PM
List only directories ls -F $1 | grep / | sed -e 's//$//g'
May 20, 2007 9:17PM
Script to unmount Busy Devices First the script tries to umount the drive normally. If that fails, it tries to restart famd which is the most common problem. If that fails it tries to restart xinetd. If...
May 9, 2007 9:19AM
«« « 1 2 3 4  …  6 » »»
Posts About
© 2007-2020 Pario TechnoBlob
Powered by Axiom