Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

powershell get empty folders

Get-ChildItem "C:Scripts" -Recurse -Directory | Where-Object {!$_.GetFileSystemInfos().Count} | Select-Object FullName
Comment

PREVIOUS NEXT
Code Example
Shell :: git delete tag from commit 
Shell :: create service for gunicorn in linux 
Shell :: fix brew 
Shell :: how to install eclipse in ubuntu 
Shell :: nuget clear cache cli 
Shell :: save output of command to craible bash 
Shell :: get ram of ubuntu 
Shell :: git shortcut 
Shell :: how to open boot config raspberry pi command propt 
Shell :: resolve git conflicts github button disabled 
Shell :: upgrade pip version 
Shell :: bash substring after character 
Shell :: bash remove directory 
Shell :: port kill ubuntu 
Shell :: powershell remove files recursive 
Shell :: wondershaper 
Shell :: install bun sh 
Shell :: E: Sub-process /usr/bin/dpkg returned an error code (1) 
Shell :: get public ipv6 linux 
Shell :: convert csv to json powershell 
Shell :: send files via ssh 
Shell :: how to close jobs in linux 
Shell :: how to change the name of a usb ubuntu] 
Shell :: git edit last commit message 
Shell :: git stash apply item 
Shell :: Failed to execute child process “python” (No such file or directory) 
Shell :: git push heroku master 
Shell :: linux see drivers 
Shell :: git ignore .pyc files 
Shell :: zsh: command not found: n 
ADD CONTENT
Topic
Content
Source link
Name
9+8 =