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

Write a script to print the first 10 elements of fibonacci series.

1750


What is batch file programming?

687


Can you write a script to portray how set –x works?

541


What is the use of .sh file?

593


What are the 3 standard streams in linux?

567






What is a program shell?

557


Is bash a shell script?

592


How do I start a shell script?

561


c program the catches the ctrl-c(SIGINT) Signal for the first time and prints a output rather and exit on pressing Ctrl-C again

5188


What is the syntax of while loop in shell scripting?

564


What does $0 mean in shell script?

549


How can you find out how long the system has been running?

522


What exactly is a shell?

594


What is awk in shell scripting?

545


What does path stand for?

629