On 02/11/2019, at 02:02, @lbutlr <[email protected] <mailto:[email protected]>> wrote: > However, the -c flag DOES create a file on disk, so the man page is a little > confusing, but -c flag does mention the file being created empty, which > implies to me that there is a real 0 length file on the disk. This is aided > by the existence of the --new-window switch which opens BBEdit with a new > named file and does not create the file on disk and the fact that the -c > switch stands for create.
I think there's a bug at work here. cd ~/Downloads; # pwd echo "It's not Easy to Be..." | bbedit -c 'A Test File.txt' echo "It's not Easy to Be..." | bbedit -s -c 'A Test File.worksheet' The text file is in fact created on disk as a visible zero-byte file. The worksheet is not created on disk until it is saved. I'll send this in to support. -- Best Regards, Chris -- This is the BBEdit Talk public discussion group. If you have a feature request or need technical support, please email "[email protected]" rather than posting to the group. Follow @bbedit on Twitter: <https://www.twitter.com/bbedit> --- You received this message because you are subscribed to the Google Groups "BBEdit Talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/bbedit.
