Guest User

Untitled

a guest
May 27th, 2018
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1. DIR=$(mktemp -d -t bbbrtc.XXXXXX) || exit 1
  2. echo "tmpdir = $DIR"
  3. cd "$DIR"
  4.  
  5. root@beaglebone:/tmp/bbbrtc.2mw02x# DIR=$(mktemp -d -t bbbrtc.XXXXXX) || exit 1
  6. root@beaglebone:/tmp/bbbrtc.2mw02x# echo "tmpdir = $DIR"
  7. tmpdir = /tmp/bbbrtc.Grti6K
  8. root@beaglebone:/tmp/bbbrtc.2mw02x# pushd "$DIR"
  9. /tmp/bbbrtc.Grti6K /tmp/bbbrtc.2mw02x ~/bbbphyfix
  10. root@beaglebone:/tmp/bbbrtc.Grti6K#
  11.  
  12. root@beaglebone:/tmp/bbbrtc.2mw02x# ./test.sh
  13. tmpdir = /tmp/bbbrtc.O6yYgf
  14. ./test.sh: 5: ./test.sh: pushd: not found
  15. root@beaglebone:/tmp/bbbrtc.2mw02x#
Add Comment
Please, Sign In to add comment