lundi 2 février 2015

How to determine if a command will take command line arguments and not STDIN


There are two common ways to provide inputs to programs:



  • provide data to STDIN of the processes

  • specify command line arguments


I need to figure out which one of the command takes command line arguments and which one doesn't (for eg. ls command takes only command line arguments)



Aucun commentaire:

Enregistrer un commentaire