- #!/bin/bash
- testshell:
- ls -l | grep a
- @echo $(SHELL)
- @echo $${PIPESTATUS}
- Output:
- $ make testshell
- ls -l | grep a
- total 4
- -rw-rw-r-- 1 richard richard 77 2012-01-09 15:02 Makefile
- /bin/sh
SHARE
TWEET
Untitled
a guest
Jan 9th, 2012
16
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
RAW Paste Data

