source:
CIVL/mods/dev.civl.com/examples/omp/HydroC/dependre@
cb4d4f4
| Last change on this file since cb4d4f4 was aad342c, checked in by , 3 years ago | |
|---|---|
|
|
| File size: 175 bytes | |
| Line | |
|---|---|
| 1 | #!/bin/sh |
| 2 | |
| 3 | for i in `cat $1` ; do |
| 4 | echo $i >> lig$$.txt |
| 5 | done |
| 6 | |
| 7 | egrep -v '^/|\\' lig$$.txt | tr '\n' ' ' > res$$.txt |
| 8 | echo >> res$$.txt |
| 9 | cat res$$.txt |
| 10 | |
| 11 | rm lig$$.txt res$$.txt |
| 12 | #EOF |
Note:
See TracBrowser
for help on using the repository browser.
