View Single Post
  #96  
Old January 6th 18, 05:26 PM posted to alt.windows7.general,alt.comp.os.windows-10,alt.comp.freeware
Joe Scotch
external usenet poster
 
Posts: 108
Default Is there an ad-free YouTube clone for Windows like NewPipe is for Android?

/nIn , Gene Wirchenko
wrote:

dir c:\* /s/a/l/on/b c:\temp\mysearch.txt

Too bad Windows doesn't have a native grep.


You could pipe the dir to find. find is quite limited compared
with grep though.


Yes. I used to try all that.

The *one* UNIX command that works *perfectly* on Windows is *sort*!

For example, in vi (or vim), you can sort anything easily:
:!sort

Or from mark a to mark b:
:'a,'b!sort

Where the bang (!) means "run" so "!sort" means "run the sort command".

I repeat: The sort command is as *fantastic* on Windows as on Linux.
Ads