Remove trailing whitespace from all text files
I've used the following command to remove the trailing whitespace for all tracked text files: git grep -Il '' | xargs sed -i 's/[ \t]*$//'
This commit is contained in:
@@ -38,7 +38,7 @@ burst() {
|
||||
}
|
||||
|
||||
stat() {
|
||||
clients=`rndccmd ${1} status | grep "recursive clients" |
|
||||
clients=`rndccmd ${1} status | grep "recursive clients" |
|
||||
sed 's;.*: \([^/][^/]*\)/.*;\1;'`
|
||||
echo_i "clients: $clients"
|
||||
[ "$clients" = "" ] && return 1
|
||||
|
||||
Reference in New Issue
Block a user