Summary: Hi, I am trying to call the same program twice from the one shell script. The diffence between the first and second call is one command line arg that...
Summary: Hello everybody, I am wondering how to call a shell script into another script if you are working in a same directory? Please provide examples if po...
Summary: Dear all, I have a shell script with perl commands which I developed by looking at various forums. Now I struck up with a command to add a <java> t...
Summary: how to write a shellscript which can do that. That display on the screen -how many user logged in -newlogins since last sample -who has logged out...
Summary: Hi, I'm a beginner script user. It there any shell script example where I could reference on how to check a file in a directory is there before overwr...
Summary: How to obtain a process name (note: name, not id) from the current processes are running on the sys ? say, if we use ps -ef then the last argument is ...
Summary: Hi, How to parse a file that has more than 199 columns. 'awk' fails when line is having more than 199 fields. Is there a way to resolve this...what ...
Summary: I'm new with AWK script. I have an awk script and inside this script, I want to call other shell script or awk script to run. How to call other shell ...
Summary: Hi, How to convert a text file (which is tab delimited) into an .xls file. in unix scripting. I tired renaming the extension of .txt into .xls. It see...
Summary: how to pass a variable from unix environment to oracle procedure ? ex: actual_file_name=`head -1 $IMINT_OWBHOME/temp|tail -1` $ORA_BIN_HOME/sqlplus $I...
Summary: Hi folks, Does anybody know how to list a directory in real time. (sort of what tail -f would do for a file), I need to be able to constantly poll a d...
Summary: Hi, Can any one tell me how to extract a between the brackets? My scenario is I have three line like: Queue(FirstQueuename) Queue(SecondQueuename) Que...
Summary: hello, i am not still able to solve the problem of crontab as suggested by you(ie how to run a java program from crontab entry) Can u please elaborate...
Summary: hi all, Can we call(run) unix commands through a java program? Plzz let me know.... Actually i want the commands like "ls" to run automatically when s...
Summary: who knows how to deal with this task: say my office router's IP is 209.122.1.3, now I try to add a static route to reach 216.0.7.1 with a netmask of 2...
Summary: i bought it, but i have no idea how to install it on linux. i have an ether net card, cuz i have a network at home the Ether Net Card is not configure...
Summary: How do I write the script without considering the case sensitivity in a file? For example, i wanted to search process id, and without caring too much ...
Summary: i want to replace a file in .zip file in AIX5.3 machine; say i have file script.ksh file and a build.zip file which contains older version of script.k...