Sponsored Content
Full Discussion: Asst: Shell Script to sed
Homework and Emergencies Homework & Coursework Questions Asst: Shell Script to sed Post 302879674 by Sofestafont on Friday 13th of December 2013 06:03:56 PM
Old 12-13-2013
Without the quotes I get the same error message. Looking through the -x log it shows lots of blank spaces which my sed handles fine. I assume it is that asterik not converting to plain text with my sed command that is messing it up. I've been messing around some more with the quotations because I figure that is where I messed up. I read that * has special characteristics while in double quotes so maybe that is it?

---------- Post updated at 06:03 PM ---------- Previous update was at 04:55 PM ----------

Code:
37...
+ p1=l*
+ shift
+ p2=L
+ shift
+ echo l*
+ echo L
+ echo Process _cat.dog.dat using l* and L...
+ + sedecho l*
 -e s/\([*.[^$]\)/\\\1/g
+ read l*
/home/sofestafont/UnixCourse/scriptAsst/sub3: 15: read: l*: bad variable name
+ rm temp
+ echo p1 = l*
+ sed s/l*/L/g _cat.dog.dat
+ mv temp.out _cat.dog.dat
+ echo l*
+ echo L
+ echo Process /home/sofestafont/UnixCourse/scriptAsst/../_hippo.cpp using l* and L...
+ + sed -eecho l*
 s/\([*.[^$]\)/\\\1/g
+ read l*
/home/sofestafont/UnixCourse/scriptAsst/sub3: 15: read: l*: bad variable name
+ rm temp
+ echo p1 = l*
+ sed s/l*/L/g /home/sofestafont/UnixCourse/scriptAsst/../_hippo.cpp
+ mv temp.out /home/sofestafont/UnixCourse/scriptAsst/../_hippo.cpp

sub3 produced incorrect output on test 37: /home/sofestafont/UnixCourse/scriptAsst/sub3 'l*' 'L' '_cat.dog.dat' '/home/sofestafont/UnixCourse/scriptAsst/../_hippo.cpp'

I tried changing the quotations around the parameters in the last sed value all to no avail. I don't understand, why it says l* is getting passed but the output is wrong. I've incorporated the read command.
Code:
#!/bin/sh
set -x
p1=$1
shift
p2=$1
shift

for FILE in "$@"
do
        echo $p1
        echo $p2
        echo "Process $FILE using $p1 and $p2..."

        echo "$p1" | sed -e 's/\([*.[^$]\)/\\\1/g' > temp
        read $p1 < temp
        rm temp
        echo "p1 =" $p1

        sed "s/$p1/$p2/g" "$FILE" > temp.out
        mv temp.out "$FILE"
done

~/UnixCourse/scriptAsst/sub3 *l L myFile1.txt myFile2.txt myFile3.txt
Is the input that is messing me up.
 

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

grep, sed in a shell script

Hi, I have a problem with a simple script I am trying to write. I want a user to type grep, sed commands that are then stored in variables. Those variables are stored in a function, and the function is then called to execute the commands. The idea is that the user does it step by step. ... (4 Replies)
Discussion started by: Trufla
4 Replies

2. Shell Programming and Scripting

Sed command in shell script

I have a current code working(named subst1) having a user be able to type this line to substitute words using the sed command: subst1 old-pattern new-pattern filename Here is my shell script: #!/bin/bash # subst1 ARGS=3 E_BADARGS=65 if then echo "Usage: `basename $0`... (1 Reply)
Discussion started by: Todd88
1 Replies

3. Shell Programming and Scripting

shell script by sed

Hey everybody I need some help on how to order the data in file such as a file have first name last name and city and i would like to order them to in the same order by using sed thanks alot for your time (6 Replies)
Discussion started by: halola85
6 Replies

4. UNIX for Dummies Questions & Answers

shell script - sed

Hi i have a problem how to put som lines on top or in the bottom of the text with sed. problem is that i am reading from stdin and when i have som lines starting with ++, i have to put some characters on the top of the lines starting with that ++ example of input oooo ++abcd ++befg... (1 Reply)
Discussion started by: Dun
1 Replies

5. Shell Programming and Scripting

Help with shell script and sed!

Hi folks, maybe somebody here can help me. I have 2 files. File A and File B. File A contains URLs leading to files on the Internet, with one URL per line; The format of the URLs on each line in File A is . File B contains only the filenames from each line in File A; One filename per line. ... (11 Replies)
Discussion started by: o0110o
11 Replies

6. Shell Programming and Scripting

using sed in shell script

Hi all, I have files with the following names; afgcxa.pem4jan.rain.nc afgcxa.pem4feb.rain.nc afgcxa.pem4mar.rain.nc afgcxa.pem4apr.rain.nc I want to rename them to afgcxa.pem4-01.jan.rain.nc afgcxa.pem4-02.feb.rain.nc afgcxa.pem4-03.mar.rain.nc ... (5 Replies)
Discussion started by: Muhammad Rahiz
5 Replies

7. Shell Programming and Scripting

using sed in shell script

Hi, i want to replace sub text which is in the middle of long text. let me be more clear with an example. Here is the actual text in the xml file <module-option name="principalDNSuffix">,cn=Users,dc=X,dc=Y</module-option> Now, in the above text, i want to replace all the content lying... (3 Replies)
Discussion started by: sunrexstar
3 Replies

8. Shell Programming and Scripting

SED shell script

Generate a ddl file, we have a flat file which contains many commands like REM, CREATE table, TRuncate etc This script should copy only create table statements to the ddl file. Create stmts can be in a single or multiple lines. ex:- INPUT FILE create table tbl1 (fld1,... (5 Replies)
Discussion started by: learninfo
5 Replies

9. Homework & Coursework Questions

Asst: Using Shell Scripts with sed

Use and complete the template provided. The entire template must be completed. If you don't, your post may be deleted! 1. The problem statement, all variables and given/known data: One problem with the use of sed in simple text substitutions is that sed will intepret some characters as... (1 Reply)
Discussion started by: raymondbn
1 Replies

10. Shell Programming and Scripting

Need help on shell script (sed)

Hi Guys, I have a xml file as below where I need to find the particular XML tag(<dpath>) and delete the content of it. <?xml version="1.0" encoding="UTF-8"?> <title>XML</title><head>Ram</head><ControlCenter><doStatus>1</doStatus></ControlCenter><exitlabel>Gzip... (7 Replies)
Discussion started by: Vinoth Kumar G
7 Replies
SCRIPT(1)						    BSD General Commands Manual 						 SCRIPT(1)

NAME
script -- make typescript of terminal session SYNOPSIS
script [-a] [-c COMMAND] [-e] [-f] [-q] [-t] [file] DESCRIPTION
Script makes a typescript of everything printed on your terminal. It is useful for students who need a hardcopy record of an interactive session as proof of an assignment, as the typescript file can be printed out later with lpr(1). If the argument file is given, script saves all dialogue in file. If no file name is given, the typescript is saved in the file typescript. Options: -a Append the output to file or typescript, retaining the prior contents. -c COMMAND Run the COMMAND rather than an interactive shell. This makes it easy for a script to capture the output of a program that behaves differently when its stdout is not a tty. -e Return the exit code of the child process. Uses the same format as bash termination on signal termination exit code is 128+n. -f Flush output after each write. This is nice for telecooperation: One person does `mkfifo foo; script -f foo' and another can super- vise real-time what is being done using `cat foo'. -q Be quiet. -t Output timing data to standard error. This data contains two fields, separated by a space. The first field indicates how much time elapsed since the previous output. The second field indicates how many characters were output this time. This information can be used to replay typescripts with realistic typing and output delays. The script ends when the forked shell exits (a control-D to exit the Bourne shell (sh(1)), and exit, logout or control-d (if ignoreeof is not set) for the C-shell, csh(1)). Certain interactive commands, such as vi(1), create garbage in the typescript file. Script works best with commands that do not manipulate the screen, the results are meant to emulate a hardcopy terminal. ENVIRONMENT
The following environment variable is utilized by script: SHELL If the variable SHELL exists, the shell forked by script will be that shell. If SHELL is not set, the Bourne shell is assumed. (Most shells set this variable automatically). SEE ALSO
csh(1) (for the history mechanism), scriptreplay(1). HISTORY
The script command appeared in 3.0BSD. BUGS
Script places everything in the log file, including linefeeds and backspaces. This is not what the naive user expects. AVAILABILITY
The script command is part of the util-linux package and is available from ftp://ftp.kernel.org/pub/linux/utils/util-linux/. Linux July 30, 2000 Linux
All times are GMT -4. The time now is 06:04 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy