Summary: I'm not a UNIX guru so I'm looking for UNIX commands that will help me become a better admin of a UNIX box in a network enviroment. Example: Gerenal...
Summary: Hi All, Could you please let me know if there is a way to run Unix commands like 'mv', 'cp' and 'compress' in parallel. I have a script to 'mv' or cp ...
Summary: Hi, Iam trying to code in java and wanted to run the commands in the Unix remote servers. I have the following code to run multiple GREP commands from...
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: i need unix commands for following to submit my assignment 1) to display the sizes and names of the six largest files in the current directory, listed...
Summary: so do you mean I should restrict them to access the system path which contains unix commands, but I need to copy those commands (which they are allowe...
Summary: Hi We have an old Unix system and we are looking at CROMTAB. A command in it says > /usr/lib/sa/sa2 -s 8:00 -e 18:01 -I 1200 -A. Can anyone tell us wh...
Summary: I need help with merging two files with matching data. I know very little about writing scripts so please answer at the most granular level if possibl...
Summary: How to disconnect DB connectivity in a UNIX script. I have connected to a DB using sqlplus command in UNIX shell script. I need to know how to check t...
Summary: This may sound a little naive, but I'm supposed to be specifing hardware and software for a group of about 25 C/C++ programmers. We want to develop i...
Summary: Hi, I am wroking in C program that deals with system file in windows. The content of the file is refreshed when the user click on the icon/folder that...
Summary: Parthiban, This sounds a lot like homework to me. Have you looked up: (1) the "read" command ? (2) the "sed" utility ? Work it out for yourself & you...
Summary: Hi, I want an unix command that will search for an executable file(bits) in all the direstories. eg, I have an executable of notepad stored in unix. a...
Summary: Hello, I want to know how to calculate time difference in unix shell script. Time command in unix will not solve my problem because it calculates tot...
Summary: I can easily map a win98 drive to a folder on our sco unix openserver 5.05 box but I want to go in the other direction. I want my unix app to output d...
Summary: Hi Everyone, Does anyone know of a command or way that I can simulate a command in UNIX without actually executing the command itself. I have a korn ...
Summary: Folks trying to use the following in a simple script. cp -i $directory/$filename $target 2>> $output/issue.log I was expecting the cp -i to prompt the...
Summary: If a file in unix has the string "123ABC" in it on 50 different lines and I only want to replace the first 25 of them with "xxxxxx", how would I do th...
Summary: Hi, I am a unix newbie. I am trying the following to search for a number of words in a text file (@unix command prompt), but the entire file contents ...