daily pastebin goal
46%
SHARE
TWEET

Untitled

a guest Jan 9th, 2012 16 Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. #!/bin/bash
  2. testshell:
  3.         ls -l | grep a
  4.         @echo $(SHELL)
  5.         @echo $${PIPESTATUS}
  6.  
  7.  
  8. Output:
  9.  
  10. $ make testshell
  11. ls -l | grep a
  12. total 4
  13. -rw-rw-r-- 1 richard richard 77 2012-01-09 15:02 Makefile
  14. /bin/sh
RAW Paste Data
Pastebin PRO WINTER Special!
Get 40% OFF Pastebin PRO accounts!
Top