Computing.Net > Forums > Unix > Search Results

Quick Links

Computing.Net Solution Center
Desktop Access to Search
Ask a New Question

Sponsored Results for: such .sed file?

Ads by Google


Show Within: One Month | One Year | Forever
Search Results for: such .sed file?

Product Search Results


Results 1 - 25 of 4535

[higher confidence] - higher confidence, [lower confidence] - lower confidence

such .sed file?
    Summary: Can you please post a sample of the data. Does the abcd.sed script really only contain --------------------- (ECONF2) run ECONF2 ---------------------...

Creating a sed file
    Summary: I'm using the -f for the first time. I'd like to use it for multiple replaces to clean a file up. This is the command line sed -f clean.sed test > t...

passing echo string over to sed
    Summary: Can someone help? I'm trying to pass an echo string over to sed in order for sed to insert it into a text file (test) as such: echo "echo "ps -ef | g...

sed \w to append to file
    Summary: in a sed file I'd like to append the line to another file if it matches and substitutes s/abc/cat/w filename However I don't want it to create a new ...

remove ^M from a file
    Summary: Hello, i wonder how do i remove ^M from above 40 file that comes under a directory and subdirectories. i usually vi the file and user :%s/^M//g but fo...

find command and tar files
    Summary: Hi: 1. I have a list of files in a directory. This directory can contain a normal file or a tar file of the format *.tar.*, where * is ...

Remove all \n in sed
    Summary: I currently have an awk that removes all new lines and works fine, but I'd like to do it in a sed file since everything else is happeing in the sed f...

replace cc numbers
    Summary: You have more than one problem. First, you've designed your for loop to use a file. ls | grep test1 | grep -v gz The above line doesn't return a file ...

awk differences hpux/Solaris
    Summary: I'm trying to migrate a script from Solaris 8 to hpux. The line I'm having trouble with is as follows: Solaris: tmp=$$ ps -e -o ppid -o sid -o pid |aw...

Shell script problem
    Summary: Deepak, From the "system" man page: "If a child process cannot be created, or if the termination status for the command language interpreter cannot b...

can this be done in Unix?
    Summary: find . -name .login will search current directory, recursively, or you can change the dot to any desired directory. Output is like: ./scripts/.login ...

Unix sort - limitations
    Summary: Hi All, I want to sort a flat file which will contain millions of records [each line a record, fields seperated by delimiters] based on a key/field. F...

checking a variables value
    Summary: Hi, I have got this line in one of my scripts, md5sum $( find $directory/* -type f -print )|sort -k 1,1n >/tmp/md5sum.txt.$$ I take the directory n...

script copy filenames with brackets
    Summary: targetdir="/Volumes/192.168.1.108/ScriptTest/backup_${date}/" for file in `find . -type f -mtime -1` ; do cp $file $targetdir done See if you have a "...

sed dropping last line of file
    Summary: Greetings... I would be very thankful for any insight into this situation: It seems to me as though a text file I've received does not have a new line...

Check for new file, exec sql*plus
    Summary: For repetitive executions, you need to choose either to go with cron or to make your script a sleeper script. You can schedule it in cron to run as fr...

sed on a file
    Summary: Hello, How can I do a sed script which modify a file himself ? I try : sed "s/dirty/clean/" myfile > myfile But after that, myfile is empty... How can...

deleting rows in a file
    Summary: If you are calling sed every time through the loop, there is no way it is more efficient. If you are doing a global change to a file, sed is the util...

SED or AWK
    Summary: I am trying to look into a file that contains a string of characters such as this: W35876 10034 34553 39889 34560 34500 34598 93458 89899 34/// 222//...

Editing a file without awk or sed
    Summary: Hi. I need to write a script to edit a file without using awk or sed. I am given J5: J4 J2: J3 J1: J2 J3 J: J2 J3 J4 And the output should become J5.c...

Append to last line of file
    Summary: Shell commands can append to a file, but that would be AFTER that last newline character. You are wanting to modify the last line, so you need to out...

Sed and IP addresses...
    Summary: I am trying to make a tricky substitution with sed: I have a file 'test.txt' with the following records: address: 192.168.120.1 other: 192.168.120...

sed help with variable length file
    Summary: I have the sed commands but need help stringing them together correctly. Reading a variable length file where the last line is only ^Z. Need to change...

parameters to sed doesnt work
    Summary: hello all, I have a to find and replace a strings in a file, for which I have a findstring.txt, which contains all strings to be found in each line an...

dumb sed question
    Summary: I am using sed to replace a string in a file with a file. From looking at the sed help docs on the www this should work sed "s/XXX/r quote/" <...

Jump To: 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | >>

Sponsored Results for: such .sed file?

Ads by Google