PowerShell Live - being retired

Please go to http://www.shelltools.net for more information

Welcome to PowerShell Live - being retired Sign in | Join | Help
in
Home Main Site Blogs Forums Videos Chat Customer Support

Browse by Tags

All Tags » get-content   (RSS)
Sorry, but there are no more tags available to filter with.
  • get-content

    Aliases: gc, cat, type Purpose: Retrieving item content Examples: Getting all content in a text file by specifying the files path: get-content c:\mytext.txt ${c:\mytext.txt} Note: $ { } main purpose is to allow access to identifier names that would otherwise cause a conflict because of special characters. That's why inside the curly ...
    Posted to reference (Weblog) by tobias on March 27, 2007