James Almer (12021-06-24): > Can you tell me how to create a file with a \n in its name? I can test on > Archlinux.
touch 'foo bar' With some shells, you can write: touch $'foo\nbar' Regards, -- Nicolas George
signature.asc
Description: PGP signature
_______________________________________________ ffmpeg-devel mailing list [email protected] https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
