Quantcast
Channel: 123 Tweak » command
Browsing latest articles
Browse All 2 View Live

Useful commands for the Linux command line

This short guide shows some important commands for your daily work on the Linux command line. arch Outputs the processor architecture. $ arch i686 cat Outputs the contents of a file. $ cat lorem.txt...

View Article



Command archiving and extracting files .tar.gz

Create a .tar.gz file from a folder: tar czf /path/to/output/folder/filename.tar.gz /path/to/folder Extract a .tar.gz file: gunzip -c /path/to/folder/filename.tar.gz View a list of all files in a...

View Article
Browsing latest articles
Browse All 2 View Live




Latest Images