[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
How to run sed in a groff *.mom file?
From: |
Jörg Klein |
Subject: |
How to run sed in a groff *.mom file? |
Date: |
Sat, 26 Oct 2019 15:57:34 +0200 |
I want delete the first line of a csv file. I tried to use sed in the
name.mom file.
sed -e -i '1d' alpha.csv is not working.
.TS H
center, allbox, tab(,);
c c c c c c c c
c c c c c c c c
n n n n n n n n .
alpha,beta,gamma,delta,epsilon,Zeta,Eta,Theta
_
.TH
sed -e -i '1d' alpha.csv
.so alpha.csv
.TE
- How to run sed in a groff *.mom file?,
Jörg Klein <=