grep ^[A-D] table.txt
grep ".ello" demo.txt
[ | |
{ | |
"id":1, | |
"first_name":"Celene", | |
"last_name":"Grigoryev", | |
"email":"[email protected]", | |
"gender":"Female", | |
"ip_address":"244.253.126.178" | |
}, | |
{ |
View Mode: Children/Hierarchy Missing Data | View Mode: Technicians/ Service-Provider Missing Data | Component: Response Breakdown Percentage Bars Missing Data | Component: NPS Gauge Missing Data | |
---|---|---|---|---|
Region | Technicians | Total Responses | ||
Reference | Total Percentage | |||
District | Current for Promoters |
# diff - only file names | |
git diff --names-only | |
# commit --merge | |
# if you want to overwrite your local copy of file1.ext and file2.ext with versions from another branch | |
git commit --merge origin/branch path/to/wanted/file1.ext path/to/wanted/file2.ext | |