Creates a directory with weird file names for testing how your shell scripts and applications behave with such files.
Files are installed into ~/.local/share/weird-file-names/
directory.
- Normal files: normal_file.txt
- Files with spaces in the name: a bc.txt
- Files with names ending with spaces: dir / file
- Files with space in the name within directory with spaces in the name: a dir/some settings.json
- Nested directories with spaces in the name: a dir/b dir/c .txt
- Executable files with spaces in the name: a dir/script file.sh
- Files with new lines in the name: file
with
new lines.txt
(even GitHub can't show it in the browser☺️ ) - Files and dirs with Emojis: dir with 💩 emoji/.file with emoji 💩 rc
make