what are wild cards?
Answers were Sorted based on User's Feedback
Answer / upendar
Wild Cards are Special Characters.
Wild cards in UNIX is:
? Matches any one character in a filename.
* Matches any character or characters in a filename.
[ ] Matches one of the characters included inside the [ ] symbols.
| Is This Answer Correct ? | 5 Yes | 0 No |
Answer / manpreet jhandi
Symbol used to replace or represent one or more characters.
Wildcards or wild characters are either an asterisk (*),
which represents one or more characters or question mark (?),
which represents a single character.
| Is This Answer Correct ? | 0 Yes | 0 No |
in a growing log file how will you see the 1st 99 lines?
the difference between a soft link and a hard link?
What is command substitution?
how to sort the content of the file based on numeric values
Give the command to display space usage on the UNIX file system.
How does pipe () work?
What is used to type command?
How do I find previous commands in unix?
Assume the following files are in the working directory prompt> ls -l tasks -rw-r--r-- 1 alex student 1423 Feb 21 14:01 tasks What command can Alex use to give everyone permission to write to the file? What will the ls -l command display if he does so?
If we want to see first 35 lines of a file which command we have to use?
What do you mean by zambie process?
Name the unix command to find how many days the server has been up.