daily pastebin goal
39%
SHARE
TWEET

lac

a guest Oct 14th, 2012 32 Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. function lac
  2. {
  3.     echo -n $PATH | xargs -d : -I {} find {} -maxdepth 1 \
  4.         -executable -type f -printf '%P\n' | sort -u
  5. }
  6.  
  7. function lac
  8. {
  9.     COMMANDS=`echo -n $PATH | xargs -d : -I {} find {} -maxdepth 1 \
  10.         -executable -type f -printf '%P\n'`
  11.     ALIASES=`alias | cut -d '=' -f 1`
  12.     echo "$COMMANDS"$'\n'"$ALIASES" | sort -u
  13. }
RAW Paste Data
Pastebin PRO WINTER Special!
Get 40% OFF Pastebin PRO accounts!
Top