Search Results

Search: Posts Made By: jdorn001
1,968
Posted By jdorn001
The script starts with #!/bin/ksh, hopefully that...
The script starts with #!/bin/ksh, hopefully that helps with the shell portion. The contact that can provide the actual server mfg and Unix/Linux version is on vacation for the next few days ... :-(...
1,968
Posted By jdorn001
Actually, I need to know what the original code...
Actually, I need to know what the original code is doing, as I have to document (pseudo-code) the process. I know some basics, and can typically work out what is being done, but things like this...
1,968
Posted By jdorn001
Extract directory from full file name?
I think I know what this is doing, but the 'eval' is confusing

fname=$(echo ${lineItem} | awk 'BEGIN {FS=";"}{print $1}')
fname=${fname%%+([[:space:]])}
fname=${fname##+([[:space:]])}
eval...
1,208
Posted By jdorn001
Stumped .. is this a command line arg?
I need a bit of explanation:

LogFile=${LOGS_DIR}/${1}_$$

I know:
- LOGS_DIR is an environment variable
- $$ is the PID
... but what is ${1} ?? Is it another method to access a command line...
867
Posted By jdorn001
Parts is parts, but all together ...
I understand the individual pieces of the following (with one exception ..), but how does it all work as one?

find ${HOME}/reports/ -name surveyresult*.txt -exec ls -1 {} \; | /usr/xpg4/bin/grep...
Showing results 1 to 5 of 5

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