Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 

Repository files navigation

Darwin Commands

Some Darwin command that I find useful

find

find . find . -d 2 find ahi* -empty
find ahi* ! -size 0

wc

wc -l

lsof

lsof -t -i :8080

kill

kill -9 <process_id>

tail

tail -F logs/server.log

date

date -r

About

Some Darwin command that I find useful

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors