Summary: Hi all, I am trying to run the command: kickstart -w $so -t $task -c Close for the file which contains data as follows: SO20031201005571 3EB5F70...
Summary: Folks, I have a while loop that is taking input from a file while read variable do . . . done < filename.txt However during the loop I am trying ...
Summary: Dear Friend, could anyone help to write a shellscript that take the input from the user and search in the files, then print is out. For example: that ...
Summary: Hi All, Some Unix platforms, such as Solaris 9, have a libspi.so in /usr/lib that conflicts with the libspi.so in $APPDIR/lib of an application that I...
Summary: A unix document allows you to redirect standard input from the key board to lines in your shell script. You have to use the I/O redirection operator ...
Summary: I want to sort a logfile that several processes are writing to. The tricky part is that I do not want to change the order of log messages coming from ...
Summary: I know this is probably the dumbest question but I have no idea how to get the keyboard input into my shell. I am writing a script to take a positive ...
Summary: Does anyone out there know how to send an attachment using the mail command, actually from the command line (not from within scosh mail/scomail)...
Summary: Hello everyone: Could you please give me a hint to install both Solaris x86 and NT 4.0 on the same hard drive if by any chance you could? Thank you ve...
Summary: From the graphical login screen, any username can be entered. You click OK and it reacts as if Ctrl+Alt+Backspace has been pressed, loggin me out wit...
Summary: Hi: You're piping the output of 'ps -el' to awk: Below, NF in awk is the number of fields in each line of input from the 'ps -el': Therefore, in the a...
Summary: Hi, How can I connect to two different databases and then query both the database to extract datas from the same table and load the results to two fil...
Summary: Hello: Can you help me on this one. I installed skunkware Gcc binaries on my OpenServer 5.0.5. gcc will not compile a simple program. As follows: ...
Summary: You can run an emulator : Wine. This one can run some Windows progz, but not all. If you want to really run windows and Linux at the same time, you ne...
Summary: Hi , I need to remove the Comment from the code such tat if the command is in the beggining of the code remove the whole line and if it in the end rem...
Summary: Hello, Can someone please help me with the below? Create an executable script file called “newname” that will perform the followings: Rename a fi...
Summary: Requirement : need help to write a script which can get the reports for last 7 days, tar it, zip it and send it vai mail... I have wriiten the script ...
Summary: If there is a parameter "b" on a line, there will always be two other parameters on the same line "a" and "c". Then take the value of parameter "b" wh...
Summary: rsync may not be available on Miskva's HPUX11. I use rdist on that platform for syncing directory trees between hosts, but I don't know if rdist could...
Summary: Here's my problem...I need to poll a set of directories for files that need to be processed. When I find the files I need to make sure that I'm grabbi...
Summary: I am trying to add and delete names to and from a file. The info I am adding and deleting is inputed from the command line. I am doing this in a scrip...
Summary: I am writing a shell script (it happens to be on Solaris in KSH) which recieves a file from standard input -- in other words, when I run the script, I...
Summary: the easy way to do it is to use smit and remove the lan card from the device's listing, then run install devices after ipl from the same device's menu...
Summary: Hello, i've to read option between two points, like that : [AA] option1 = text option2 = text [/AA] i don't know read text which is multiline, i only ...