Search Results

Search: Posts Made By: kirkm76
8,593
Posted By kirkm76
Who changed a file?
How can I tell what user last updated a file?
1,754
Posted By kirkm76
Variables in scripts
Just a quick question. If I have a script that calls another script while running, is it possible for the second script to reference a variable in the first script and if so, how. Is it...
6,793
Posted By kirkm76
Thanks
That works like a charm...I had never seen that before.
6,793
Posted By kirkm76
make uppercase
If in a script I am taking an input (R201) for example and assigning it to a variable, how would I change the R to uppercase if it was keyed in as r201? I can't seem to get it to work with toupper
1,482
Posted By kirkm76
awk question
Is it possible to use a semicolon as a field seperator for awk-F? awk seems to be interpreting the semicolon as something else. I know in other commands you can tell the command that it's not a...
1,793
Posted By kirkm76
Thanks
I figured it out just as you must have posted this...I had been unaware of the -v option. I really appreciate all of your help. Thanks.
1,793
Posted By kirkm76
how about this?
Thanks...I managed to get that far this morning. What I am wondering now is can I check to see if a number is less than a variable defined earlier in the script, sort of like below:

FIRST1=65...
1,793
Posted By kirkm76
Great, now can I do this...
Thanks. Now just out of curiosity, if I wanted to grab the numbers between 65 and 100 and count them and then between 101 and 450 could I do that in a similar manner.

Also, can awk use the number...
1,793
Posted By kirkm76
Noob question on comparing #'s.
I have a file with 3 digit numbers in it formatted as such:
123
065
321

How would I go about seeing if each number is less than 100 and if so outputting it to another file

Yes, I am a bit of...
Showing results 1 to 9 of 9

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