Extracting columns from text file using PowerShell

Posted by atricapilla on Stack Overflow See other posts from Stack Overflow or by atricapilla
Published on 2010-03-23T19:34:36Z Indexed on 2010/03/23 19:43 UTC
Read the original article Hit count: 254

Hi,

I have to extract columns from a text file explained in this post:

http://stackoverflow.com/questions/2499746/extracting-columns-from-text-file-using-perl-similar-to-unix-cut

but I have to do this also in a Windows Server 2008 which does not have Perl installed. How could I do this using PowerShell? Any ideas or resources? I'm PowerShell noob...

© Stack Overflow or respective owner

Related posts about powershell

Related posts about windows-server-2008