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


Please Help Members By Posting Answers For Below Questions

What happens on a system call?

556


What is sudo command?

546


What is the difference between grep and egrep?

602


What is sed in shell script?

567


What is the use of echo in shell script?

537






What is shell variable?

525


Why do we write bin bash in shell scripts?

543


Is shell and terminal the same?

588


How do I edit a .sh file?

621


How do you find out What is your shell?

588


What is a command line shell?

561


Is shell scripting a programming language?

572


Rewrite the command to print the sentence and convert the variable to plural: echo “i like $variable”.

565


What are the different types of commonly used shells on a typical linux system?

548


Write down the syntax for all the loops in shell scripting.

654