zsh-users
 help / color / mirror / code / Atom feed
* Append newline to many files
@ 2022-09-25 13:19 Dominik Vogt
  2022-09-25 13:30 ` Roman Perepelitsa
  0 siblings, 1 reply; 5+ messages in thread
From: Dominik Vogt @ 2022-09-25 13:19 UTC (permalink / raw)
  To: Zsh Users

Assume there are thousands of text files that are not terminated
with a newline.  I want to concatenate them all, but add the
missing newline between files.

This works but takes ten times as much time as "cat foo.*".

  for i in foo.*; do cat "$i"; echo; done > out

I can't really think of a fast yet simple solution.

Ciao

Dominik ^_^  ^_^

--

Dominik Vogt


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2022-09-26 19:40 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-25 13:19 Append newline to many files Dominik Vogt
2022-09-25 13:30 ` Roman Perepelitsa
2022-09-26  8:11   ` zzapper
2022-09-26  8:51     ` Dominik Vogt
2022-09-26 19:39       ` Mikael Magnusson

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).