User Tools

Site Tools


quick_command_list

Differences

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

Link to this comparison view

Both sides previous revision Previous revision
quick_command_list [2022/01/16 03:39]
k2patel [FFMpeg Conversion of 4K]
quick_command_list [2022/05/16 20:05]
k2patel [remove comments and blank lines from output]
Line 333: Line 333:
 grep -v -e '​^#​\|^\W*$'​ grep -v -e '​^#​\|^\W*$'​
 </​code>​ </​code>​
 +OR 
 +<code bash> 
 +grep '​^[[:​blank:​]]*[^[:​blank:​]#;​]'​ $file 
 +</​code>​
  
 ==== Calculating Date ==== ==== Calculating Date ====
quick_command_list.txt · Last modified: 2022/05/16 20:05 by k2patel