This website works better with JavaScript.
Home
Explore
Help
Sign In
Linux
/
dmenu
generated from
gmarx/git-template
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
I also dislike sort -u, I support that each Unix tool does one job and does it right ;)
master
Anselm R. Garbe
17 years ago
parent
598d72fba9
commit
28b6ea0f67
1 changed files
with
1 additions
and
1 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
dmenu_path
+ 1
- 1
dmenu_path
View File
@ -6,4 +6,4 @@ do
do
do
test -x "$file" && echo "${file##*/}"
test -x "$file" && echo "${file##*/}"
done
done
done | sort
-u
done | sort
| uniq
Write
Preview
Loading…
Cancel
Save