Search Results

Search: Posts Made By: xpukm
1,047
Posted By xpukm
i changed > with -gt and it works thank you i...
i changed > with -gt and it works thank you
i am using bash2 and running on unix free bsd server
and also max=o is at the beginning of the script
this is only a part of script

but i have...
1,047
Posted By xpukm
Find not working right
if [[ "$1" == "" ]]
then

leftarray=($(find . -type l -printf "%p\n" 2>/dev/null))
rightarray=($(find . -type l -printf "%l\n" 2>/dev/null))

for var in "${rightarray[@]}"
do
...
3,368
Posted By xpukm
awk symbolic link
I have problem
find "$@" -type l -printf "%l\n" 2>/dev/null | awk -F/ '
NF > n {deepest = $0; n=NF}
END {print "Output:", deepest}'

My script should search all arguments which are...
Showing results 1 to 3 of 3

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