Redian新闻
>
菜鸟2问题-about shell programming
avatar
菜鸟2问题-about shell programming# Unix - 噫吁兮,危乎高哉
a*t
1
How to use script to merge a series of files to one big file while adding a
new line at the beginning of each file as a tag to index those files in this
big file later?
Bow. :)
avatar
t*t
2
for file in your-files;do
echo $file >>new.file
cat $file >>new.file
done

【在 a**********t 的大作中提到】
: How to use script to merge a series of files to one big file while adding a
: new line at the beginning of each file as a tag to index those files in this
: big file later?
: Bow. :)

avatar
a*t
3
I know this part, but I don't know how to add line to files when inserting to
a new file. Thanks anyway.

a
this

【在 t****t 的大作中提到】
: for file in your-files;do
: echo $file >>new.file
: cat $file >>new.file
: done

avatar
t*t
4
change the second line to
echo your-tag-information >>new.file
What's the difference since they are in a single file after mergence?

【在 a**********t 的大作中提到】
: I know this part, but I don't know how to add line to files when inserting to
: a new file. Thanks anyway.
:
: a
: this

相关阅读
logo
联系我们隐私协议©2024 redian.news
Redian新闻
Redian.news刊载任何文章,不代表同意其说法或描述,仅为提供更多信息,也不构成任何建议。文章信息的合法性及真实性由其作者负责,与Redian.news及其运营公司无关。欢迎投稿,如发现稿件侵权,或作者不愿在本网发表文章,请版权拥有者通知本网处理。