Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 333 Bytes

linux.md

File metadata and controls

6 lines (5 loc) · 333 Bytes

commom commands

show service status: systemctl status <servicename>
find any file wich contains a text: find ./* -type f -exec grep -l <textToFind> {} \;

fix problem with 'unexpeted end of file' or '$'\r': command not found' (problem edit linux files using windows via terminal)

sed -i 's/\r$//' filename