Hi All,
Is it possible to create one file name only space or space
in file name in UNIX and we can able to run that on Unix?
Answer Posted / sudeep ranjan
Unix-legitimate filenames are any combination of these
three classes of characters: Upper and lower case letters:
A - Z and a - z
Numbers 0 - 9
Periods, underscores, hyphens . _ -
Note that line spaces (aka "whitespace") are not allowed in
filenames. The Unix shell will think you mean more than one
file.
| Is This Answer Correct ? | 2 Yes | 4 No |
Post New Answer View All Answers
What is a beat in a script?
How to print pid of the current shell?
How to get the last line from a file using just the terminal?
How do I run a .sh file on mac?
What is a shell in operating system?
What is the equivalent of a file shortcut that we have a window on a linux system?
What is the use of .sh file?
c program the catches the ctrl-c(SIGINT) Signal for the first time and prints a output rather and exit on pressing Ctrl-C again
What is the use of "$?" Sign in shell script?
Explain how you Automate your application using Shell scripting.
How to pass an argument to a script?
What is ms powershell?
What is the first line in every perl script called?
What is c in shell script?
What does chmod do?