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 / sudeep ranjan
Unix-legitimate filenames are any combination of these
three classes of characters: Upper and lower case letters:
A - Z and a - z
Numbers 0 - 9
Periods, underscores, hyphens . _ -
Note that line spaces (aka "whitespace") are not allowed in
filenames. The Unix shell will think you mean more than one
file.
| Is This Answer Correct ? | 2 Yes | 4 No |
Post New Answer View All Answers
write a shell script to emulate the Id command of PRIMOS which lists files and directories. It list files first with a header FILES and then directories with a header DIRECTORIES. This command has several options. The main ones are. -file select files only -dir select directories only -reverse sort in reverse order -no_header put no header on the output -brief output the header only -size display the size of each file -help display Id´s syntax and options.
What does it mean to debug a script?
What are zombie processes?
What are "c" and "b" permission fields of a file?
What is the first line in a shell script?
What shell is bin sh?
What is shell prompt?
How do I run a script on mac?
How do I start a shell script?
one folder contains lot of students name but I want to fetch hello with every student name individually using shell script
What does $@ mean bash?
What are the different commands available to check the disk usage?
How to print the first array element?
How do I run a .sh file?
What is the crontab?