We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c295eeb commit 724ad42Copy full SHA for 724ad42
adipls/adipack.c/bin/get-input
@@ -1,4 +1,4 @@
1
#!/bin/bash
2
# get input from file in $1
3
# input lines are marked with a '#' or a '@' at the end
4
-egrep '# *$|@ *$' "$1" | sed -e 's/ *[#,@] *$//'
+grep -E '# *$|@ *$' "$1" | sed -e 's/ *[#,@] *$//'
0 commit comments