Summary: hi i am new to perl and i want to make this work in perl.. please help i have a file with the following text: john /johnsaddress/ john /johnspinc...
Summary: Even after removing if statement also my variable is not assigned inside the script Try to give solution: in order to assign the value of a variable ...
Summary: Hi, Is there any possible way to save the results of a sed command to the same file I'm working on? For example, I have a command: sed -f sedcmd myFil...
Summary: hi all I need some help and i hope someone can help me.. In /etc/group file I need to append usernames at the end of a group record so that these use...
Summary: hi guru,s fo unix! help me out to find the complete/full path of a file present in any directory.I am actually trying to create a script which moves a...
Summary: How do I set a variable to the character length of a string? I have tried several such as n=len($a) n=length($a) set n [string length $a] They do not...
Summary: Is there a way to update the contents of a file (this file contains a list of sqls) without piping it to a new file using a shell script ? I have 15 p...
Summary: I want to redirect the output of a PL/SQL procedure to a log file. In this file I want to have all the output of the execution, the results of every s...
Summary: hi, i would like to count the occurence of a character in a string using sed, any idea? e.g. count the no of ';' in 'abc;def;ghi;jkl' returns 3. Than...
Summary: Hi, Below script has some errors can any one help #!/bin/ksh #cdstat1.sh for file in send*.log do if [ -f ${file} ] then echo "`grep /ripsapps/ripsu...
Summary: using bourne shell i have got a record of users currently logged into unix and some of the users are logged in more than once. How do i show a record ...
Summary: Hi All, Thanks in Advance. My requirement is there are some data files to be updated(some times new files get created) regularly in server A, these fi...
Summary: If you want to do this repeatedly, such as every 5 minutes, then you can touch (datestamp) a control file which you will then age for 5 minutes to com...
Summary: Write a Bourne shell script that accepts two names as script arguments, and will continuously displays the following menu until the user selects optio...
Summary: Would really appreciate someone's help on this: I have a requirement to have a script go through a directory tree and look for files in that tree. If...
Summary: the data is of the form: US/archive/00053/20021202.072040.lex.log v.5.1 US 00053 1 secs: Extracting Account Teams... v.5.1 US 00053 2 secs: ...
Summary: ...In other words lamos, the string you get is full of badness that messes up the sed command. A more reliable way to get the data you want out of the...
Summary: Can I have a ".exe" (like in c programming)of my script which I can give to others for execution without them getting to read my original script itsel...
Summary: copy recursively a directory (only one kind of file) --- hi! I would like to copy recursively a directory and its contain... but only a certain type o...
Summary: I have a large database and I am trying to pull certain portions of a field out of it and display that in its own file. Basically I have a field tha...
Summary: No, the only way I can see to do it in awk with an unsorted file is saving the data in a 2-dimensional array and printing it out at the end. Makefil...
Summary: Hi Lan, Yes, the variable in the file can be of the type : a="/usr/home/abby/dir1" and I need to change the value of "a" to a different value, say "/u...