/[MITgcm]/manual/tools/latex_warning.sh
ViewVC logotype

Annotation of /manual/tools/latex_warning.sh

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1 - (hide annotations) (download) (as text)
Sat Aug 28 22:54:47 2010 UTC (13 years, 7 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint01, HEAD
File MIME type: application/x-sh
make "warnings" file shorter (and more relevant)

1 jmc 1.1 #! /usr/bin/env bash
2    
3     # $Header: $
4     # $Name: $
5    
6     echo ' ' `basename $0` ': extract warnings from file:' $1 'into:' $2
7    
8     sed -n '/ Warning/,/^ *$/p' $1 | sed '/^ *$/d' > $2
9    

  ViewVC Help
Powered by ViewVC 1.1.22