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 is computer cli?
What is a shell script in windows?
How can I send a mail with a compressed file as an attachment?
What is shell chemistry?
What is echo $shell?
What is ms powershell?
What is the first line in a shell script?
In my bash shell I want my prompt to be of format '$"present working directory":"hostname"> and load a file containing a list of user-defined functions as soon as I log in, how will you automate this?
How does shell scripting work?
What is awk script?
What does $0 mean in shell script?
How to pass an argument to a script?
What is shell prompt?
Suppose you execute a command using exec, what will be the status of your current process in the shell?
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 ?