Advertisement
Guest User

Untitled

a guest
Sep 20th, 2017
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. echo "This is great"
  2.  
  3. num2=2
  4. num3="Three"
  5. echo $num2
  6.  
  7. echo $num3
  8.  
  9. #redefining echo
  10. echo(){ command echo "The command was redefined"; }
  11. echo $num2
  12.  
  13. echo $?
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement