Hiro 714
asked on
shell script question
Would you advise why this does not read a siteinfo.txt?
(21-06-20 6:15:52) <0> [/apollo/env/siteinfo]
dev-dsk % ./site.sh Test
=====Test Site information=====
test
================================
(21-06-20 6:17:22) <127> [/apollo/env/Shobai-dogu/siteinfo]
dev-dsk % cd
(21-06-20 6:17:24) <0> [~]
dev-dsk % /apollo/env/siteinfo/site.sh Test
cat: siteinfo.txt: No such file or directory
dev-dsk % nano site.sh
GNU nano 2.0.9 File: site.sh
#!/bin/bash
cat siteinfo.txt | awk '/<'${1}'>/,/<\/'${1}'>/' | sed 's/<'${1}'>//' | sed 's/<\/'${1}'>//'
SOLUTION
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
SOLUTION
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
ASKER CERTIFIED SOLUTION
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
ASKER