Create file in subdirectories that doesn't exist (../new_folder/new_folder/new_file.ext)
2
votes
3
answers
2947
views
For now i use this:
mkdir -p a/b/c/d/e;
touch a/b/c/d/e/file.abc;
Is there more efficient ways?
Asked by TsV
(131 rep)
Nov 26, 2018, 02:54 PM
Last activity: Apr 18, 2024, 03:55 PM
Last activity: Apr 18, 2024, 03:55 PM