Write a command to list all the lines from the file "employee.Txt" which does not end with semicolon.
Answers
Answered by
0
Explanation:
Can I use SQL commands??
Answered by
3
Answer:
grep -v ";" employee.txt
Explanation:
grep -v is used to show lines except ending with whatever colon or semicolon etc
Similar questions
Math,
6 months ago
Social Sciences,
6 months ago
Computer Science,
1 year ago
English,
1 year ago
Math,
1 year ago
Computer Science,
1 year ago