jed-users mailing list

[2018 Date Index] [2018 Thread Index] [Other years]
[Thread Prev] [Thread Next]      [Date Prev] [Date Next]

Re: [jed-users] Only edit original file


Parke <parke.nexus@xxxxxxxxx> wrote:

> If you pass -B to GNU ls (for example, on Linux), the -B should
> suppress output of backup files.

It does, but only if I call ls without a filename:

martinkl@maurice:~/tmp$ ls
abc  abc~  abc~~
martinkl@maurice:~/tmp$ ls -B
abc
martinkl@maurice:~/tmp$ ls -B *
abc  abc~  abc~~

ls is "ls (GNU coreutils) 8.26" on Debian stable.

Martin
_______________________________________________
For list information, visit <http://jedsoft.org/jed/mailinglists.html>.


[2018 date index] [2018 thread index]
[Thread Prev] [Thread Next]      [Date Prev] [Date Next]