Piping to text files for most of CMD commands

Microsoft Windows
Post Reply
devdotme
Posts: 1
Joined: 2022-Oct-25, 3:22 pm

Piping to text files for most of CMD commands

Post by devdotme »

I am not seeing piping in the examples of commands covered, to save one's posterior. I could be wrong and that it is somewhere.

Example:

dir *.* > dirlist.txt

ipconfig /all > ipconfigdate.txt
notepad ipconfigdate.txt
Post Reply