Search Results

Search: Posts Made By: nerdcurious
11,017
Posted By nerdcurious
Ln usage question
Is it possible to assign a symbolic link to a network folder, without that folder being mounted?

Thanks!
2,627
Posted By nerdcurious
Help with slow KSH script
My script builds a lot of these array lists, then compares their sizes which solves my problem, but runs very slow. :(

set -A comboSorted -- $(
for x in ${IDs }
do
nawk -v s=$x '
BEGIN {...
2,067
Posted By nerdcurious
You got it, that was my problem, thank you. I...
You got it, that was my problem, thank you. I understand the missing braces, but could you explain why I needed an extra ";" ?



if($2 == s); getline
2,067
Posted By nerdcurious
AWK w/ if statements failing.
I'm converting some code from ksh on my macbook (Version M 1993-12-28 s+) to an older solaris machine with ksh 88.

I can't seem to figure out this line, it worked on the new shell version.
...
4,008
Posted By nerdcurious
I got another question for you good sir. I am...
I got another question for you good sir. I am having trouble with this line:

set -A combo -- $(for x in ${ImageIDs } ;
do
nawk -v s=$x 'if($2 == s) getline ; getline if ($1 == "IMAGE_SIZE")...
4,008
Posted By nerdcurious
Need help with KSH Array assignment
The following command is only intermittently successful, depends on the data I give it:

set -A ImageShifts_sorted `awk '/START_SECTION IMAGE_DEFINITION/ {getline;getline;getline;getline; print...
Showing results 1 to 6 of 6

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