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 ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".