User Tools

Site Tools


ubuntu:file:display_uncommented_lines_of_a_file

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
ubuntu:file:display_uncommented_lines_of_a_file [2019/12/15 20:02] – created peterubuntu:file:display_uncommented_lines_of_a_file [2022/06/13 11:14] (current) – removed peter
Line 1: Line 1:
-====== Ubuntu - File - Display uncommented lines of a file ====== 
- 
-To list only the uncommented lines of a file: 
- 
-<code bash> 
-grep -v ^# file.conf | grep -v ^$ 
-</code> 
- 
-where: 
- 
-  * **"grep -v ^#"** means list out everything that do not start with #. 
-  * **"grep -v ^$"** means list out everything that do not start with blank space. 
- 
  
ubuntu/file/display_uncommented_lines_of_a_file.1576440153.txt.gz · Last modified: 2020/07/15 09:30 (external edit)

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki