Digital Dominion
Harnessing Technology. My thoughts on IT, Software Development, Networking and Information Security.
Tuesday, May 15, 2012
Rename multiple files from one type to another
Here's the command that will rename multiple csv files to txt files.
get-childitem *.csv | foreach { rename-item $_ $_.Name.Replace(".csv", ".txt") }
Thursday, May 10, 2012
I got this certificate from my email today. Really happy that this was a great experience and learned a lot in the process. :)
Newer Posts
Older Posts
Home
Subscribe to:
Posts (Atom)