- or download this
ken@titan ~/tmp/pm_11145308_test_dir
$ ls -1 a/b/c/d/e
...
'f-i:l;e'
'f-i-:l;e'
fi:le
- or download this
#!/usr/bin/env perl
...
$datum =~ s/ /[\\;:,-]/g;
system("ls -1 $datum");
}
- or download this
ken@titan ~/tmp/pm_11145308_test_dir
$ ./find_file_match.pl
...
*** Files matching 'a/b/c/d/e/f i l e':
'a/b/c/d/e/f:i-:l;e'
'a/b/c/d/e/f-i-:l;e'