ksh
strange behavior of fc -l command
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[详细]
2023-02-02 03:11 分类:问答ksh conditional
There is something simple I am over looking. if [ ${FILEDATE} -gt ${MIN} ]; then echo $MAX fi The above code works, but not this:[详细]
2023-01-31 07:55 分类:问答How to sort by hh:mm:ss.xx in ksh in AIX 5.3?
I have many log files l开发者_如何学Pythonike this: ...... ...... cpu time 9.05 seconds real time 8:02.07[详细]
2023-01-30 17:49 分类:问答ksh script optimization
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[详细]
2023-01-30 03:32 分类:问答how to SSH Login Without Password [closed]
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.[详细]
2023-01-29 17:32 分类:问答ksh echo to stderr for specific statements
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[详细]
2023-01-29 06:40 分类:问答process text file in ksh append data
Following doesn\'t work. I need to add a , and an input param at the end of the script. Please help #!/bin/ksh[详细]
2023-01-28 09:07 分类:问答Read count of parameter passed to user variable in UNIX
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\'[详细]
2023-01-27 02:31 分类:问答"unnecessary string to number conversion" in ksh script
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[详细]
2023-01-26 11:53 分类:问答How to transmit more than 2048 chars to *.sh script in ksh?
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[详细]
2023-01-26 04:55 分类:问答
加载中,请稍侯......