Skip to content

ahacad-bots/unix-cheat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 

Repository files navigation

delete all executables

find . -maxdepth 1 -type f -executable -exec rm {} +
# or 
find . -maxdepth 1 -type f -executable -delete

copy big file

split -b 1G file.local filexfer
cat filexfer* > file.remote

list all the fonts

fc-list

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published