Skip to content

Commit 22d23a3

Browse files
committed
Add sort
1 parent 862c905 commit 22d23a3

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

tldr.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,4 @@ out=$2
1111
# Step 5: Profit!
1212

1313
# And this is where the magic happens:
14-
#cat $in | uniq | grep -Eo '(http|https)://[^/"]+' | uniq > $out
15-
cat $in | grep -Eo '(http|https)://[^/"]+' | uniq > $out
14+
cat $in | uniq | grep -Eo '(http|https)://[^/"]+' | uniq > $out

0 commit comments

Comments
 (0)