remove space from command output
This commit is contained in:
parent
06d94dd384
commit
135fc297a3
@ -1,3 +1,3 @@
|
|||||||
#/usr/bin/env bash
|
#/usr/bin/env bash
|
||||||
BASEDIR=$(dirname "$0")
|
BASEDIR=$(dirname "$0")
|
||||||
cat "$BASEDIR/README.md" | cut -d'(' -f2 | cut -d')' -f1 | egrep "^http*" | sort -u | wc -l
|
cat "$BASEDIR/README.md" | cut -d'(' -f2 | cut -d')' -f1 | egrep "^http*" | sort -u | wc -l | tr -d ' '
|
||||||
|
Loading…
Reference in New Issue
Block a user