Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: print built-in doesn't print this.
- X-seq: zsh-users 27344
- From: zzapper <zsh@xxxxxxxxxxxxxx>
- To: zsh-users@xxxxxxx
- Subject: Re: print built-in doesn't print this.
- Date: Sun, 14 Nov 2021 21:20:07 +0000
- Archived-at: <https://zsh.org/users/27344>
- In-reply-to: <20211114111957.4514@sachi>
- List-id: <zsh-users.zsh.org>
- References: <20211114111957.4514@sachi>
On 14/11/2021 19:19, jdh wrote:
I wanted to insert a string of '-'s to visually show a change in a list.
But I found out that
print "--------"
Does not print anything out. Well maybe a \n.
ls --------
ls: unrecognised option '--------'
Try 'ls --help' for more information.
> ls -- --------
ls: cannot access '--------': No such file or directory
-- is useful for avoiding ambiguity
And is also used with zargs ## but is that he same thing?
zargs /tmp/*(.m+30) -- rm
zzapper
Messages sorted by:
Reverse Date,
Date,
Thread,
Author