Quick Links
Computing.Net Solution CenterDesktop Access to SearchAsk a New Question
Sponsored Results for: next iteration in loop
Search Results for: next iteration in loop
Product Search Results
Results
1 - 25 of
6039
- higher confidence,
- lower confidence
next iteration in loop Summary: Hi, My script is working fine. I figured out that I need to use "continue" statement to go back to the next iteration. Thanks for your response. Thank...
write log in loop - ksh script Summary: Hello, I have a script to start 2 servers and keep a log of when they are down/restarted. The problem is in writing the log. It only writes once. ...
loop through directory grep file at Summary: Hello all, I have a directory containing a files. I need a function which loops through the directory and greps 2 attributes out of the files. The fil...
URGENT! bourne shell script. Summary: Hi, I need help with the following: I'm going to scan line by line from an input file within a while loop, if the first char of the current line equa...
Tailing a rollover file Summary: The script below will launch a tail command in background, then every 30 seconds it checks the inode of a.log to see if it is the same file that the c...
Nested while loop Summary: Hello, I have a file containig DHCP lease information like the following: 02/01/2007 9:57:32 name/dhcp/1 Activity Protocol 0 04995 10.10.10.12 Lease ...
dbx problem Summary: We are facing peculiar problem in a PRO*C program. We have following environment. Operating System : SUN SPARC SOLARIS 2.6 ORACLE Enterprise Server v...
wildcard in loop awk Summary: hi all i m just stuffed in a problem if somebody can help me out i hav /etc/shadow file with enteries like bin:*:9797:0::::: daemon:*:9797:0::::: adm...
Bypassing Sql connectivity in Shell Summary: Hi I really appreciate on the below question. I have shell script which Sql plus to different Oracle db's . In between, if one of the SQLPlus fails du...
proper use of grep should do??? Summary: Hello all, I have a directory containing text files. I need a function which loops through the directory and greps 2 attributes out of the files. The ...
Filepointer in Perl Summary: I have a Perl script in which i read a file. When i find a particular string in that file, i open another file from another server and then return bac...
If statement paramenter checking Summary: What are the available menu options? I recently did a UNIX course myself and had a similar question to what you're talking about and here's my script:...
Unix-sed- need help Summary: We do not need a next command for the last if-statement. A next command terminates processing of the current line, which is often needed for your log...
shell script for string encryption Summary: Hi. I am a beginner on scripting. I will write a shell script for string encryption/decryption. the script will take 3 parameters. First one will be a...
compare userinput userid Summary: Hi, I need to write a script to check user input userid exist in the log file, if it is then check for user input date is there in the lo file, if it ...
Exiting 2 scripts at once. Summary: Hi I am working on a script with a loop which calls a second script within the loop. If there is an error within the second script, I exit using 'exit...
handling dir. with spaces with ls Summary: You can try using find command to list the files and directories as below: For file : find $DIR -type f -print For Directory : find $DIR -type d -pri...
Tansfer files script to be modified Summary: Thank you very much for the cooperation but it doesnt really read the file correctly... what i meant is it doesnt calculate or see the minutes as it s...
Variables, cant figure em out Summary: The simplified algorithm: 1. create a file called input.txt which has only one line to save the last person who was sent the email on last or this Fri...
linux shell script Summary: I want to run a C program 1000 times keeping in loop how can I do that in bash script. thanks ...
Compare two files using awk or sed, add value Summary: since you asked for it, this is for the first part, using gawk awk -F"," 'FNR==NR{ a[$2] = $NF next } ($2 in a){ print $0,a[$2] } ' OFS="," file...
For Loop Iteration Summary: I am creating a script in which I have to note down the size of the files which are in different directory. Suppose:- In log dir : A1.txt A2.txt A3.tx...
problem with grep in a for loop Summary: Your original script would have been okay, except that the variable IFS was not set to carriage-return. The default is SPACE so consequently... A B C ...
echo wildcard in variable Summary: hi i m iterating /etc/shadow file now i want to pick the second field which is a wild card "*" or encrypted password i m using a simple for loop #/bi...
using arrays in a while statement ? Summary: Hi I am trying to run a loop based on an array variable. I have a function that on completion sets the COMPLETE flag to 1. The next function is called...
Jump To:
1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | >>Sponsored Results for: next iteration in loop