Search Results

Search: Posts Made By: VISH
7,054
Posted By VISH
u can use something like this find...
u can use something like this find \*.{pdf,ppt} | wc -l

but it will not work bourne shell :D
2,279
Posted By VISH
u can directly subtituite command in loop u can...
u can directly subtituite command in loop u can do this it works:b: :)

#!/bin/sh

if [ `date +"%m"` -eq 3 ] | [ `date +"%m"` -eq 6 ] | [ `date +"%m"` -eq 9 ] | [ `date +"%m"` -eq 12 ] ; then...
Showing results 1 to 2 of 2

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