More on grep command - Manipuri
- subtitles off
- captions off
- English
This is a sample video. To access the full content,
please
Login
- Questions posted on Forums
- Linux Tutorials - Manipuri
-
grep $
We can find pattern at the end of the line by $. Can we find pattern at the beginning of the line? grep "[78]...$" grepdemo.txt, how this command find scholarship between 7000 to 8999 ?
07-08M 0-10S sanniddhachakrabarti@gmail.com
Answer last updated on: March 19, 2021, 2:33 p.m.
-
grep "^A" grepdemo.txt
grep "^A" grepdemo.txt, why this command only highlight the roll number starting with A, why not names ?
06-07M 30-40S sanniddhachakrabarti@gmail.com
Answer last updated on: March 15, 2021, 1:07 p.m.
-
1
Ubuntu Desktop 16.04 -
2
Desktop Customization 16.04 -
3
Installing Software 16.04 -
4
Basic Commands -
5
General Purpose Utilities in Linux -
6
File System -
7
Working with Regular Files -
8
File Attributes -
9
Redirection Pipes -
10
Working with Linux Process -
11
The Linux Environment -
12
Basics of System Administration -
13
Simple filters -
14
The grep command -
More on grep command -
16
The sed command -
17
More on sed command
Questions posted on ST Forums:
691 visits
Outline:
Outline: More on grep command Search using grep To match more than one pattern To check a word that has different spelling Character class The use of * To match any one character using dot To match a pattern at the beginning of the file To match a pattern at the end of the file
| Width: | 800 | Height: | 656 |
|---|---|---|---|
| Duration: | 00:08:43 | Size: | 3.2 MB |
Show video info

