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 are types of shells?
Write down the syntax of "for " loop
i have 2 tables 4 colums table 1 respective values a1 6, a2 8,a3 9,a4 14 & table 2 respective values a1 6, a2 8, a3 9, a4 12. if compare 2 tables 3 colums values same then 4th column values 1)Qes diff >5 then (5 * diff value ) 2)Qes diff <5 the 5 3)Qes diff 5 then 5 print respective values..
Which scripting language is best for automation?
What is the first line in every perl script called?
How does path variable work?
What is the syntax of "nested if statement" in shell scripting?
Why are shell scripts used?
How would you compare the strings in a shell script?
What are the advantages of using shell scripts?
What does .sh file contain?
What is the use of a shebang line?
How do you create a shortcut in linux?
What is basename in shell script?
How to write a function?