Search Results

Search: Posts Made By: man80
8,651
Posted By man80
Nice one jim!
Nice one jim!
8,651
Posted By man80
!/bin/ksh find $1 -type d | while read D ...
!/bin/ksh

find $1 -type d | while read D
do
ls -lrt $D | grep "total 0"
done


You enter the directory name as paramet $1 for the directory to search. This just lists "total 0"...
8,651
Posted By man80
searching for list of empty directories
Guys

I need to write a korn shell script that will search for a list of empty sub-directories in a specific directory and then email a list of these empty directories.
Any ideas - apologies, I am...
2,556
Posted By man80
Thanks guys Google, I am actually using a...
Thanks guys

Google, I am actually using a syabse databse in this case. I shall give the code a go, but I am not very famiar with either Oracle or Sybase, so don't really know the ins and outs.
...
2,556
Posted By man80
scanning for '0' value in .txt file
Hello

I am a novice shell scripting programmer, so please bare with me.

I have embedded a simple SQL statement into a shell script, which simply returns an integer (its a count (*) statement). ...
Showing results 1 to 5 of 5

 
All times are GMT -4. The time now is 07:12 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy