Skip to content

Instantly share code, notes, and snippets.

@zendeavor
Created August 1, 2013 08:52
Show Gist options
  • Save zendeavor/6129678 to your computer and use it in GitHub Desktop.
Save zendeavor/6129678 to your computer and use it in GitHub Desktop.
ksh command sub quoted
$ echo $KSH_VERSION; echo "$(find . -maxdepth 1 -type d)"
Version AJM 93u+ 2012-08-01
.
./.ssh
./.config
./.weechat
./.vim
./.cache
./.mozilla
./.gnupg
./builds
./.dbus
./.pentadactyl
./src
./.gem
./bin
./.adobe
./.macromedia
./.icedtea
./.pki
./.java
./.mpv
./.ghc
./videos
./docs
./music
./downloads
./desktop
./Desktop
./tmp
$
[Thu
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment