Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

powershell get all file extensions in directory

Get-Childitem -Recurse | Select-Object PSParentPath,Extension -Unique
Comment

PREVIOUS NEXT
Code Example
Shell :: angular-cli 
Shell :: linux get dir of file 
Shell :: install docker fedora 
Shell :: drush config import single file 
Shell :: kali linux change keyboard layout 
Shell :: check if systemctl service is running linux 
Shell :: check ram arch linux 
Shell :: disable password ssh login 
Shell :: generate patch file git 
Shell :: ip info on ubuntu 
Shell :: restart wsl2 windows 10 
Shell :: bash split string to array 
Shell :: how to kill intellij process in linux 
Shell :: how to install sublime text in kali linux 
Shell :: windows vpn service 
Shell :: linux bash script to clean up log files 
Shell :: install openvino 
Shell :: unix check ram 
Shell :: stop tracking a file git 
Shell :: create symbolic link linux 
Shell :: how to update visual studio code through ubuntu terninal 
Shell :: uninstall multipass 
Shell :: python run java jar 
Shell :: git tag delete 
Shell :: how to remove user from the group 
Shell :: linux link file 
Shell :: install dotenv module windows 
Shell :: calculate float division 
Shell :: count lines in files 
Shell :: install vue-material 
ADD CONTENT
Topic
Content
Source link
Name
2+9 =