Skip to content

Commit e48fac9

Browse files
committed
! rename file: uniq-lines -> uq
1 parent b234834 commit e48fac9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

bin/uniq-lines renamed to bin/uq

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
#!/bin/bash
22
# @Function
33
# print uniq line keep order, no sorting required
4+
#
5+
# @author Zava Xu (zava.kid at gmail dot com)
46

57
outputUniqLines() {
68
awk '{

0 commit comments

Comments
 (0)