full contact list (--all) now also includes short/special numbers #104
This commit is contained in:
parent
4b4bfc851f
commit
54f3332dea
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ contacts() {
|
||||||
|
|
||||||
all_contacts() {
|
all_contacts() {
|
||||||
awk -F'\t' '{
|
awk -F'\t' '{
|
||||||
if (substr($0,1,1) == "+") print $1 ": " $2
|
print $1 ": " $2
|
||||||
}' "$CONTACTSFILE" | sort -f -k 2
|
}' "$CONTACTSFILE" | sort -f -k 2
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue