Quantcast
Channel: Living in IT » Unix
Browsing latest articles
Browse All 2 View Live

Linux 101

Get a file from Internet wget http://ftp.drupal.org/files/projects/drupal-7.24.tar.gz Extract (more about tar command) tar -xvzf drupal-7.24.tar.gz Compress files/folder tar -cvf sourfiles.* List of...

View Article


Search Text in Files in Linux

The following shows how to search text in files in Linux. Basic Syntax grep [options] "text to search" /root/director/name Options Options are separated by space --color: hightlight search phrase and...

View Article

Browsing latest articles
Browse All 2 View Live