Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > gnu.bash.bug > #11824
| From | Andreas Schwab <schwab@linux-m68k.org> |
|---|---|
| Newsgroups | gnu.bash.bug |
| Subject | Re: Paste with null delimiter |
| Date | 2015-11-03 18:47 +0100 |
| Message-ID | <mailman.1593.1446572883.7904.bug-bash@gnu.org> (permalink) |
| References | <3a207f09-fc2b-4a2e-a6e5-1d33c7479849@googlegroups.com> |
julio.neves@gmail.com writes: > $ paste -d"" odd even This is the same as `paste -d odd even', so the delimiter list is odd. As there is only one file, this in turn is the same as `paste even'. Ultimately this is the same as `cat even'. Andreas. -- Andreas Schwab, schwab@linux-m68k.org GPG Key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5 "And now for something completely different."
Back to gnu.bash.bug | Previous | Next — Previous in thread | Next in thread | Find similar
Paste with null delimiter julio.neves@gmail.com - 2015-11-03 08:29 -0800 Re: Paste with null delimiter Eric Blake <eblake@redhat.com> - 2015-11-03 10:41 -0700 Re: Paste with null delimiter Andreas Schwab <schwab@linux-m68k.org> - 2015-11-03 18:47 +0100 Re: Paste with null delimiter Eric Blake <eblake@redhat.com> - 2015-11-03 13:32 -0700 Re: Paste with null delimiter Eric Blake <eblake@redhat.com> - 2015-11-03 13:43 -0700 Re: Paste with null delimiter Eric Blake <eblake@redhat.com> - 2015-11-03 13:52 -0700 Re: Paste with null delimiter Andreas Schwab <schwab@linux-m68k.org> - 2015-11-03 22:57 +0100 Re: Paste with null delimiter Stephane Chazelas <stephane.chazelas@gmail.com> - 2015-11-04 15:44 +0000
csiph-web