| http://www.w3.org/ns/prov#value | - So we can view all lines that do not have a tab, and make sure there is nothing except comments and the COPY and \. lines:$ grep -v -P ' ' alpha.data.pgThe grep option -P (aka --perl-regexp) instructs grep to interpret the argument (backslash t in this case) as a Perl regular expression.
|