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


Please Help Members By Posting Answers For Below Questions

How can the contents of a file inside jar be read without extracting in a shell script?

698


Why is a script important?

631


What is the command to find out users on the system?

647


How will you emulate wc –l using awk?

1051


What is scripting used for?

653






c program to implement unix/linux command to block the signal ctrl-c and ctrl-\ signal during the execution ls -l|wc -l

3238


What are the various stages of a linux process it passes through?

719


How can I send a mail with a compressed file as an attachment?

639


Explain about return code?

708


How to print all array elements and their respective indexes?

574


Explain about sourcing commands?

713


What is sh in shell script?

646


What are the disadvantages of shell scripting?

718


How do I open the shell in cmd?

623


What is shell prompt?

632