Search Results

Search: Posts Made By: bhavinshah15
2,414
Posted By methyl
What Operating System and version are you...
What Operating System and version are you running?
What Shell are you using?
Do you have a High Level Programming Language available?
Do you have use of "perl", "awk" or other quick programming...
2,414
Posted By m.d.ludwig
Attempting to interpret what is needed -- list of...
Attempting to interpret what is needed -- list of files that are older than a specific date/time:
#! /bin/ksh

NAME=$(basename ${0})
FILE=$(mktemp --tmpdir ${NAME}.XXXXXX)

trap "rm -f ${FILE}"...
Showing results 1 to 2 of 2

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