Skip to content

Instantly share code, notes, and snippets.

@pikajude
Created June 12, 2017 03:03
Show Gist options
  • Save pikajude/0a78eff0969eab5feb9a39b76c7b7b75 to your computer and use it in GitHub Desktop.
Save pikajude/0a78eff0969eab5feb9a39b76c7b7b75 to your computer and use it in GitHub Desktop.
mkdir -p foo bar/a baz/a
touch bar/a/file1
touch baz/a/file2
lndir -silent "$PWD/bar" "$PWD/foo"
lndir -silent "$PWD/baz" "$PWD/foo"
ls foo/a/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment