PowerShell: Copy File
Copy One File
# copy a file in current dir to parent dir cp photo.jpg ../
Copy-Itemhas aliascp
Copy Files in a Dir
# copy all file to f drive cp ~/Pictures/* f:/backup/
PowerShell. File operations
- PowerShell: Copy File
- PowerShell: Rename File
- PowerShell: Move File
- PowerShell: Delete File
- PowerShell: Create New File
- PowerShell: Create File Symbolic Link, Hard Link, Junction
- PowerShell: Get File Content
- PowerShell: Join Files
- PowerShell: Compare Files (Show Difference)
- PowerShell: search text in files (grep. find string)
- PowerShell: Open File by Default App
- PowerShell: get/set file date time