Search Results

Showing results 1 to 1 of 1
Search took 0.01 seconds.
Search: Posts Made By: ramkmaddela
Forum: Shell Scripting Oct 19th, 2009
Replies: 3
Views: 42,417
Posted By ramkmaddela
#!/bin/bash
if test $# -eq 0 ; then
echo usage: "${0##/*} [Dir name]"
exit
fi
echo 'Search in directory $* for the flienames with length > 30'
for arg in $* ; do
if test -e $arg ; then...
Showing results 1 to 1 of 1

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC