PowerShell Quick Tip: Delete a folder recursively
PS C:\> Remove-Item -Recurse -Force .\folder_to_delete\
Or using alias
PS C:\> rm -r -fo .\folder_to_delete\
Using Emacs as editor for SBCL on Ubuntu 26.04 Version info: OS: Ubuntu 26.04 Emacs: 30.2 SBCL: 2.6.0 Install Emacs and SBCL...
No comments:
Post a Comment