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 in a script?
How to print pid of the current shell?
How to print the first array element?
What are the advantages of shell scripting?
What is the command to find out users on the system?
Write down the syntax of "for " loop
What is the conditional statement in shell scripting?
What does $@ mean in shell?
wats the deinitions for shell utility and filter?
Can we run shell script in windows?
What is bash command used for?
c program to implement unix/linux command to block the signal ctrl-c and ctrl-\ signal during the execution ls -l|wc -l
What shell is bin sh?
What is the difference between scripting and coding?
How does ls command work?