Re: filename ends with a space, cannot use the --targets option.

2025-06-27 Thread Daniel Sahlberg
Den fre 27 juni 2025 kl 15:08 skrev Branko Čibej : > On 27. 6. 25 11:54, Daniel Sahlberg wrote: > > Den tis 17 juni 2025 kl 15:58 skrev Branko Čibej : > >> TL;DR: Leave well enough alone. One can already do any amount of mischief >> with a Unix shell, or by creating files programmatically. There's

Re: filename ends with a space, cannot use the --targets option.

2025-06-27 Thread Branko Čibej
On 27. 6. 25 11:54, Daniel Sahlberg wrote: Den tis 17 juni 2025 kl 15:58 skrev Branko Čibej : TL;DR: Leave well enough alone. One can already do any amount of mischief with a Unix shell, or by creating files programmatically. There's really no need to add one more avenue for confusio

Re: filename ends with a space, cannot use the --targets option.

2025-06-27 Thread Daniel Sahlberg
Den tis 17 juni 2025 kl 15:58 skrev Branko Čibej : > TL;DR: Leave well enough alone. One can already do any amount of mischief > with a Unix shell, or by creating files programmatically. There's really no > need to add one more avenue for confusion by "fixing" --targets. > Makes sense to me. Shou

Re: filename ends with a space, cannot use the --targets option.

2025-06-17 Thread Branko Čibej
On 17. 6. 25 09:45, Daniel Sahlberg wrote: I personally think it should be possible to specify any legal filenames in the --targets file. Files with preceding or trailing whitespace is possible under Linux. It seems NTFS also allow this but the Windows shell trim both ends, cmd.exe allow creati

Re: filename ends with a space, cannot use the --targets option.

2025-06-17 Thread Branko Čibej
On 17. 6. 25 09:45, Daniel Sahlberg wrote: Den tis 17 juni 2025 kl 06:24 skrev Yasuhito FUTATSUKI : Hello, On 2025/06/16 18:06, 管理员 wrote: > If the file name ends with a space, it cannot be save to a file then use the --targets options: > > For example: > > File

Re: filename ends with a space, cannot use the --targets option.

2025-06-17 Thread Ryan Carsten Schmidt
On Jun 17, 2025, at 02:45, Daniel Sahlberg wrote: > Files with preceding or trailing whitespace is possible under Linux. It seems > NTFS also allow this but the Windows shell trim both ends, cmd.exe allow > creating files with preceding whitespace. I haven't checked macOS. macOS, being a POSIX-

Re: filename ends with a space, cannot use the --targets option.

2025-06-17 Thread Daniel Sahlberg
Den tis 17 juni 2025 kl 06:24 skrev Yasuhito FUTATSUKI < futat...@yf.bsdclub.org>: > Hello, > > On 2025/06/16 18:06, 管理员 wrote: > > If the file name ends with a space, it cannot be save to a file then use > the --targets options: > > > > For example: > > > > Files: > > > > /Users/abc/trunk/aaa > >

Re: filename ends with a space, cannot use the --targets option.

2025-06-16 Thread Yasuhito FUTATSUKI
Hello, On 2025/06/16 18:06, 管理员 wrote: > If the file name ends with a space, it cannot be save to a file then use the > --targets options: > > For example: > > Files: > > /Users/abc/trunk/aaa > /Users/abc/trunk/aa // ends with a space. > > create a file: /Users/abc/trunk/1.txt, contents

filename ends with a space, cannot use the --targets option.

2025-06-16 Thread 管理员
If the file name ends with a space, it cannot be save to a file then use the --targets options: For example: Files: /Users/abc/trunk/aaa /Users/abc/trunk/aa // ends with a space. create a file: /Users/abc/trunk/1.txt, contents: /Users/abc/trunk/aaa /Users/abc/trunk/aa // ends with