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 / jagadeeb
Yes..:)
just open unix prompt
vi " " or vi "ab cd"
echo "jagadeeb"
:wq
just give permission :)like
chmod 777 " " or chmod 777 "ab cd"
and run that like
./" " or ./"ab cd"
out put like
jagadeeb
jagadeeb@gmail.com
| Is This Answer Correct ? | 16 Yes | 4 No |
Post New Answer View All Answers
What are the different commands available to check the disk usage?
What is the best scripting language?
What are the different types of commonly used shells on a typical linux system?
What does debug script mean?
How to print all the arguments provided to the script?
wats the deinitions for shell utility and filter?
What are zombie processes?
State the advantages of shell scripting?
What is path variable bash?
How to debug the problems encountered in the shell script/program?
What is the default ubuntu terminal?
Explain about non-login shell files?
How do scripts work?
How will you print the login names of all users on a system?
What are scripts in psychology?