| Article: |
VoIP and POTS Integration with Asterisk | |
| Subject: | regex | |
| Date: | 2004-06-28 17:00:12 | |
| From: | ryanm | |
|
You could do:
grep -v "^;" extenstions.conf
^is the regular expression matching the beginning of the line. |
||
| Article: |
VoIP and POTS Integration with Asterisk | |
| Subject: | regex | |
| Date: | 2004-06-28 17:00:12 | |
| From: | ryanm | |
|
You could do:
grep -v "^;" extenstions.conf
^is the regular expression matching the beginning of the line. |
||