Summary: You display "${INPUT_FILE_LIST[*]}" but you are only looping through $INPUT_FILE_LIST. "for f in list; do..." doesn't need an array, just one or more ...
Summary: Thanks Nails! But although the error has now been corrected. i still don't get the User's name above their list of processes! What have i missed? I'm ...
Summary: I have this for loop...It reads a bunch of configuration files and for each file it should call the function function_process. After function_process ...
Summary: Hi, Could anybody please tell why this is happening? sqlplus command works in my user login, but when logged in as root, it won't work. I changed root...
Summary: I am curious as to how the command prompt is actually displayed using the PS1 shell variable. Is there a process that uses writes the variable to the...
Summary: Hello. When I put a music cd in my cd-rom it spins-up, but no sound comes out of the speakers. I tried using Winamp and then the Windows Media Player,...
Summary: The sytem boots in Unix then loads Solaris 2.5.1 It has several updates but I can't boot it up to find what exactly it is operating with. I had a fil...
Summary: One way is to place your script inside of a while loop and stop the loop by some flag such as "stop": #!/bin/sh while true do echo "Enter dbname, ...
Summary: Why not try Linux, It' s a good primer for unix. If you are serious about unix it won't waste your time to learn Linux. The file structure is very sim...
Summary: I'm trying to get this to work from the korn shell. I can see the value of temp is taking on values other then 0 but it's won't enter the if loop. I...
Summary: I don't know if this will work for Windows NT, for I accidentally munged a Win95 installation here at work by installing lilo (the problem is that I'm...
Summary: I have installed Mandrake 8.0 several times now. If I set it to go into X windows automatically, the screen goes blank after the system has come up. ...
Summary: Hi: The following script should do what you want: !/bin/ksh # sort all the files with a long listing fname=/tmp/tmp.file ls -l|grep "^-" > $fname whil...
Summary: > Java Scripting Easy one: there is no such thing. Java is a programming language invented by Sun. JavaScript is an unrelated scripting language inven...
Summary: I just installed Redhat 7.1 in graphic mode. And I tested the X windows settings during I am installing Linux. It was fine...But after the instation...
Summary: I am installing Linux (Mandrake 7 Complete) on a new machine and am stuck because Linux sees my mbr placed at cylinder 1454 and won't accept anything ...
Summary: When you write the status to the file, why not write the number of seconds since the epoch? Then when 1800 seconds (30 min) have passed, you can gene...
Summary: My, my, my....the Windows forum is much more civilized than this. As there aren't separate boards for FreeBSD and Linux (which are just "flavors" of ...
Summary: The following script is used to loop through files in the /tmp directory and transfer those files onto another server. However, some of the files do ...
Summary: The common method says you have to boot from cdrom (volume 1) or mksysb tape, access the root volume group, edit the /etc/security/passwd file and bla...
Summary: First, why don't you get the awk script working before you nohup it and create output? Get this working first: awk -F'|' '{val=$2"|"$3"|"$4; if(!(val...
Summary: Hi Gurus, I have 2 files--1.txt & 2.txt both have lots of filenames. Ex:1.txt has (a.txt b.txt c.txt,...as separate lines) 2.txt has (d.txt,f.txt,....