Categories:
Administration (10)
Adware Spyware (7)
Apache (10)
Bluetooth (125)
DOS Commands (1)
Edge (28)
General (2)
Internet Explorer (217)
Media Center (12)
Media Player (11)
Mozilla Firefox (18)
PHP (15)
Programming (8)
Security (4)
Silverlight (15)
Tips (17)
Tools (218)
Tutorials (5)
Windows 10 (166)
Windows 7 (636)
Windows 8 (1091)
Windows Phone (33)
Windows Server 2008 (165)
Windows Server 2012 (84)
Windows Server 2016 (23)
Windows Vista (52)
Collections:
Other Resources:
Default STDIN Stream for Command - Keyboard
What is the default STDIN stream for a command? Can I use the keyboard to enter data for the STDIN stream?
✍: FYIcenter.com
By default, the STDIN stream for a command is mapped the keyboard.
If the command is reading data from the STDIN stream,
you can enter it from the keyboard.
For example, the "SORT" command reads lines from the STDIN stream, sorts them and print them back to the screen. You can try the following command to see how it works:
C:\fyicenter>sort line 9 line 7 line 4 line 8 line 2 line 6 ^Z line 2 line 4 line 6 line 7 line 8 line 9
Note that:
⇒ Redirect STDIN Stream for Command to File
2022-12-03, 1343👍, 0💬
Popular Posts:
What is "Net.Msmq Listener Adapter" in my Windows 7 service list? And how is "Net.Msmq Listener Adap...
Daylight saving time has been changed since March 2007 in US, Canada and Mexico. How do I update my ...
How to remove QLBCTRL.exe from startup program list? If you want to remove QLBCTRL.exe from the star...
What is the installed program "Windows SDK Signing Tools" on my Windows 7 computer? Why it is not vi...
How to configure PHP execution environments? If you followed our Downloading PHP Engine tutorial , y...