Avatar of Hiro 714
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

Open in new window



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}'>//'

Open in new window

Unix OS

Avatar of undefined
Last Comment
arnold

8/22/2022 - Mon