Find a blank line with fgrep


/ Published in: Bash
Save to your folder(s)

see man files for cat & fgrep for understand the switchs


Copy this code and paste it in your HTML
  1. cat -A file_name.txt | fgrep -U -n -x $

Report this snippet


Comments


You need to login to view comments.