I have two un开发者_C百科ix machines, both running AIX 5.3 My $HOME is mounted on machine1. Using NFS, login machine2 will go to the same $HOME
There is something simple I am over looking. if [ ${FILEDATE} -gt ${MIN} ]; then echo $MAX fi The above code works, but not this:
I have many log files l开发者_如何学Pythonike this: ...... ...... cpu time 9.05 seconds real time 8:02.07
I have a small script that simply reads each line of a file, retrieves id field, runs utility to get the name and appends the name at the end. The problem is the input file is huge (2GB). Since output
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
I have the following shell script that echos output to the log and errors to err_file. However, I specifically want开发者_如何学Go to echo some statements to stderr. Pls help
Following doesn\'t work. I need to add a , and an input param at the end of the script. Please help #!/bin/ksh
I have a requirement. I am accepting an USER input in a variable using UNIX(ksh) script. file_na开发者_Python百科me=\'po_header*.dat ; po_line*.dat ; po_dist*.dat\'
I\'m doing some scripting in the Korn shell, and I can\'t work out how to avoid the warning \"variable expansion requires unnecessary string to number co开发者_StackOverflow中文版nversion\". My code i
I need to transmit a paramete开发者_运维百科r which consists more than 2048 chars to ksh script. How is it possible?$ your_script your...really...long...parameter