Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place! |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
10-21-2007, 03:31 PM
|
#1
|
LQ Newbie
Registered: Oct 2007
Location: Manitoba, Canada
Posts: 1
Rep:
|
Scripting help please
I am very much a newbie when it comes to Linux scripting. I have however been summoned to write a simple script in which I am having difficulty even getting started. If anyone can help me out it would be greatly appreciated! Thanks in advance
Here are the requirements:
Write a script named file-info that includes the following:
1. Accepts a directory as an optional command line parameter.
2. Clears the screen.
3. Displays an error message and terminates if more than one parameter is provided.
4. Uses the current directory if no parameter is provided.
5. Displays an error message and terminates if the provided parameter is not a directory
6. For the directory to be processed, displays a single line of information about each regular file within it: file name, file size, file owner (in that order). For any file that is zero bytes in length, the script is to offer to delete the file, accepting only y/n responses and then proceeding accordingly.
7. Contains appropriate documentation and error checking. (Hint: the following command can be used to set the values of positional parameters: set -- $(ls –l filename) This may be useful in this script although the script can be written using other commands already in your repertoire.)
|
|
|
10-21-2007, 03:35 PM
|
#2
|
Moderator
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417
|
From the way the text is phrased it seems fairly clear this is some form of coursework / homework. we aren't here to do your learning for you. we can help you, sure, but that means we can get you past a syntax issue, a confusion over the right tool to do a single task... we can't tell you how to do all that.
|
|
|
10-21-2007, 04:11 PM
|
#3
|
Member
Registered: Sep 2007
Distribution: Puppy 5.2.8
Posts: 69
Rep:
|
This subject is so generic and so well documented on the Internet.
|
|
|
10-21-2007, 06:31 PM
|
#4
|
LQ Veteran
Registered: Nov 2005
Location: Annapolis, MD
Distribution: Mint
Posts: 17,809
|
It even looks like cut and paste from the assignment.... ("...using other commands already in your repertoire")
Tell us more about the course, what texts you are using, etc.
How much of the assignment do you know how to do?
|
|
|
All times are GMT -5. The time now is 05:21 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|