Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

delete all files in linux

Deletes all files in current directory, including hidden

rm -rf {,.[!.],..?}*
Comment

remove all files in a directory linux

rm -rf .trash/*

//trash folder name
Comment

remove all files starting with linux

$ find . -type f -name filename* -exec rm {} ;
Comment

PREVIOUS NEXT
Code Example
Shell :: du command 
Shell :: linux user groups 
Shell :: how to stash changes git 
Shell :: [from -y ] is not understood in combination with the other options 
Shell :: how to get unmerged branch git 
Shell :: command get list of gitlab runners 
Shell :: linux permissions 
Shell :: download powershell 7.2.1 
Shell :: how to install phpunit 
Shell :: insta;; fingerprint in kali linux 
Shell :: setoolkit kali linux install 
Shell :: remove branch local git 
Shell :: composer install from local directory 
Shell :: nc http server 
Shell :: chmod execute permissions for everyone 
Shell :: run bat file 
Shell :: jq select where 
Shell :: ubuntu install docker-compose 
Shell :: babel json loader 
Shell :: install nodejs 16 on ubuntu 
Shell :: rmdir command 
Shell :: grep recursive filename matching 
Shell :: how to create a folder in linux 
Shell :: the git repository has too many active changes, only a subset of git features will be enabled. 
Shell :: unable to install all modules vmware ubuntu 20.04 
Shell :: install kali software manager gnome support 
Shell :: linux hdparm 
Shell :: sudo: command not found 
Shell :: add alias fish shell 
Shell :: debian change default kernel 
ADD CONTENT
Topic
Content
Source link
Name
4+3 =