I'm a little confused if I'm correct or not, I'm thinking this might be painfully obvious
If I was to do:
$ ls
file1
file2
file3
dir1
dir2
file* and dir* are stdout, correct?
I'm just a little hazy on what standard input is. Would me typing "ls" be stdin?
Or would this be a better example:
$ dc
2 2 * p
4
Is 2 2 * p stdin? or just 2 2? Or is my thinking way off base?