You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to askm...@googlegroups.com
$ du -sh mod_wl_ohs.log 11G mod_wl_ohs.log
=================
awk 'END{print NR}' mod_wl_ohs.log ==> To find the number of lines in file sed -i '1,157230000d' mod_wl_ohs.log ==> option -i is very important to delete the lines,otherwise source file will contain the data and only result will be output to console.