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
Write the syntax for "if" conditionals in linux?
how to get part of string variable with echo command only?
Why is the use of shell script?
Explain about echo command?
How to print all the arguments provided to the script?
How do I open the shell prompt?
What is the significance of the shebang line in shell scripting?
How to debug the problems encountered in the shell script/program?
How to get the 3rd element/column from each line from a file?
How do I run a shell script in powershell?
What is basename in shell script?
How do I open the shell in cmd?
Set up a Sev 2 alert when the Primary WA service fails. A windows batch script needs to be created that will monitor the WA service on the Primary and when the service stops/fails a Sev 2 TT is generated for a particular team ?
Write a shell script that adds two numbers if provided as the command line argument and if the two numbers are not entered throws an error message.
What is shell geeksforgeeks?