ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

Wireshark-users: Re: [Wireshark-users] Exporting objects with invalid default filenames

From: "Luis EG Ontanon" <luis.ontanon@xxxxxxxxx>
Date: Wed, 24 Oct 2007 18:42:40 +0200
On 10/24/07, Jeff Morriss <jeff.morriss.ws@xxxxxxxxx> wrote:
> Since it's primarily Windows that should have this problem (AFAICR most
> *NIXs allow anything other than "/" in a file name) it should be easy
> enough to find a list of prohibited chars.

in *NIX filenames  with spaces  are particularly tedious... I
personally would forbid spaces in filenames en-toto as they tend to
make scripts fail...

[id-est:~/tt] lego% echo a b > a\ b
[id-est:~/tt] lego% echo c d > c\ d
[id-est:~/tt] lego% head *
==> a b <==
a b

==> c d <==
c d
[id-est:~/tt] lego% find . -type f
./a b
./c d
[id-est:~/tt] lego% grep a `find . -type f`
grep: ./a: No such file or directory
grep: b: No such file or directory
grep: ./c: No such file or directory
grep: d: No such file or directory


-- 
This information is top security. When you have read it, destroy yourself.
-- Marshall McLuhan