Seneca College ULI 101 Q1: Translate all characters "a" to "A", write the command 1. tr 'a' 'A' < filename Q2: Command to sort records, drop duplicate records 2. sort -u filename Q3: Commnad to extract 3rd to 5th characters from a file 3. cut -c3-5 Q4: Display number of bytes in file 4. wc -c filename Q5. What is this commnand doing ? grep "ford" cars > temp 5. This command will m ...[Show More]
| Category: | QUESTIONS & ANSWERS |
| Number of pages: | 1 |
| Language: | English |
| Last updated: | 3 years ago |
| Downloads: | 1 |
| Views: | 1 |
Get help from verified experts or start a custom project.