Godlike Productions - Discussion Forum
Users Online Now: 1,310 (Who's On?)Visitors Today: 317,962
Pageviews Today: 422,357Threads Today: 129Posts Today: 1,904
03:38 AM


Rate this Thread

Absolute BS Crap Reasonable Nice Amazing
 

Urgent help on Linux

 
IMAX  (OP)

User ID: 35675988
Canada
03/10/2013 11:52 PM
Report Abusive Post
Report Copyright Violation
Re: Urgent help on Linux
guys i want to thank you for you help
if it wasn't for GLP , i couldn't have finished the assignment

Thank You Again
hf
Imagine if there was no country
Stop the Sabre Rattlings and Wars
Anonymous Coward
User ID: 35769388
Australia
03/11/2013 12:00 AM
Report Abusive Post
Report Copyright Violation
Re: Urgent help on Linux
Your current directory is sample_dir. Create a compressed archive of the stenton directory and it's contents,
called stenton.tar.gz, and place it in the sample_dir directory. Use a non-verbose tar command with a single
option string, including the option to invoke gzip:
 Quoting: IMAX


did you read the tar man page?
IMAX  (OP)

User ID: 35675988
Canada
03/11/2013 02:20 AM
Report Abusive Post
Report Copyright Violation
Re: Urgent help on Linux
Your current directory is sample_dir. Create a compressed archive of the stenton directory and it's contents,
called stenton.tar.gz, and place it in the sample_dir directory. Use a non-verbose tar command with a single
option string, including the option to invoke gzip:
 Quoting: IMAX


did you read the tar man page?
 Quoting: Anonymous Coward 35769388


yes it's
tar -czf stenton.tar.gz stenton
Imagine if there was no country
Stop the Sabre Rattlings and Wars
d1k

User ID: 23750037
Canada
03/11/2013 02:28 AM
Report Abusive Post
Report Copyright Violation
Re: Urgent help on Linux
use sed
Anonymous Coward
User ID: 35769388
Australia
03/11/2013 07:38 AM
Report Abusive Post
Report Copyright Violation
Re: Urgent help on Linux
Your current directory is sample_dir. Create a compressed archive of the stenton directory and it's contents,
called stenton.tar.gz, and place it in the sample_dir directory. Use a non-verbose tar command with a single
option string, including the option to invoke gzip:
 Quoting: IMAX


did you read the tar man page?
 Quoting: Anonymous Coward 35769388


yes it's
tar -czf stenton.tar.gz stenton
 Quoting: IMAX


Good work. Learn perl and FEEL THE POW-WUH!!!

[link to www.perl.org]

But remember, don't use too many cats or you will make Randal Schwartz cry.

ls -la | cat | cat | cat | cat | cat | cat | cat | grep stenton
Anonymous Coward
User ID: 48756234
Canada
07/11/2014 07:01 PM
Report Abusive Post
Report Copyright Violation
Re: Urgent help on Linux
answer for finding file for greater than 10k is find . -size +10k
Anonymous Coward
User ID: 56112663
United States
07/11/2014 07:05 PM
Report Abusive Post
Report Copyright Violation
Re: Urgent help on Linux
answer for finding file for greater than 10k is find . -size +10k
 Quoting: Anonymous Coward 48756234




You are very computer literate for answering an thread that is almost 1.5 years old.
xiu s'u-l
User ID: 64356934
Canada
10/21/2014 02:41 PM
Report Abusive Post
Report Copyright Violation
Re: Urgent help on Linux
i think it is ::::
head -300 ~/bto120/phones > phone_directory

//Your current directory is stenton. Copy the first 300 lines of file ~bto120/phones to a new file called phone_directory in stenton.
This file contains phone number and location information, sorted by last name, which is the first field in each record.





GLP