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
How can the contents of a file inside jar be read without extracting in a shell script?
Why is a script important?
What is the command to find out users on the system?
How will you emulate wc –l using awk?
What is scripting 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 are the various stages of a linux process it passes through?
How can I send a mail with a compressed file as an attachment?
Explain about return code?
How to print all array elements and their respective indexes?
Explain about sourcing commands?
What is sh in shell script?
What are the disadvantages of shell scripting?
How do I open the shell in cmd?
What is shell prompt?