Categories:
Administration (161)
Adware Spyware (43)
Apache (20)
Bluetooth (127)
DOS Commands (2)
Edge (28)
General (5)
Internet Connection (21)
Internet Explorer (224)
Media Center (14)
Media Player (135)
Mozilla Firefox (22)
MS Access (9)
Performance (204)
PHP (25)
Programming (36)
Security (109)
Silverlight (22)
Tips (144)
Tools (312)
Tutorials (40)
Windows 10 (168)
Windows 7 (1411)
Windows 8 (1712)
Windows Phone (33)
Windows Server 2008 (165)
Windows Server 2012 (84)
Windows Server 2016 (23)
Windows Vista (71)
Windows XP (23)
Collections:
Other Resources:
Redirect STDIN Stream for Command to File
How to redirect STDIN stream from the keyboard to an existing file? I want the command to read data from a file.
✍: FYIcenter.com
You can use the "<" redirect operator to redirect the STDIN stream
from the keyboard to an existing file as shown below:
command options < file-name
For example, the "SORT" command reads lines from the STDIN stream, sorts them and print them back to the screen.
By default, "SORT" reads lines from the keyboard. But we can redirect it to a file as shown below:
C:\fyicenter>sort < \windows\system32\drivers\etc\hosts # # 38.25.63.10 x.acme.com # x client host # 102.54.94.97 rhino.acme.com # source server # Additionally, comments (such as these) may be inserted on individual # be placed in the first column followed by the corresponding host name. # Copyright (c) 1993-2009 Microsoft Corp. ...
⇒ Redirect STDOUT Stream for Command to File
2017-12-05, 708👍, 0💬
Popular Posts:
Setting Passwords in ZIP Files 1. Run WinZip and select menu File > New Archive. The "New Archive" d...
How do I copy the user ratings for my files to my new computer? You can ensure that the user ratings...
What is Windows Genuine Advantage Validation Tool - Download Program Files (DPF)? Windows Genuine Ad...
How to see all startup applications on your Window system? If you want see all startup applications ...
Summary of suggested services settings for Windows XP Pro SP1 system - Part II Continue from Part I....