Answer Posted / 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 |
Post New Answer View All Answers
How do I run a whois command?
Can you explain a little bit about command substitution?
Is it inbetween or in between?
What does sed command do in unix?
Differentiate cmp command from diff command.
How to use grep command to list find the records of a file containing 10 different strings?
What does awk stand for?
What is sed awk grep?
What does the command ' $who | sort –logfile > newfile' do?
What is command substitution?
What does the command '$ls | wc –l > file1' do?
What command is used to switching between users in unix?
Write a command to display a file’s contents in various formats?
What is $0 bash?
What is the command to find hidden files in the current directory?