![]() |
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| Shell Programming and Scripting Post questions about KSH, CSH, SH, BASH, PERL, PHP, SED, AWK and OTHER shell scripts and shell scripting languages here. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Script needed | vpandey | Shell Programming and Scripting | 3 | 03-04-2008 09:45 AM |
| Script Needed!!!!!!!! Urgent | aajan | Shell Programming and Scripting | 3 | 09-07-2007 01:38 PM |
| Urgent Script Needed | skyineyes | UNIX for Dummies Questions & Answers | 1 | 06-20-2007 05:36 AM |
| Script Needed | Dastard | SUN Solaris | 1 | 03-20-2007 10:54 AM |
| sftp script needed | ravi.sadani19 | Shell Programming and Scripting | 1 | 05-02-2006 06:06 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
help needed! my first script
Create a file with x amount of lines in it, the content of your choice.
Write a script named 'firstline' that takes two arguments. The first being a line of text, the second being your newly created file. The script should take the first argument and insert it into the very top (the first line) of the file named in your second argument. any help! i just don't know where to start! |
|
||||
|
Ok, this looks like homework, so i won't solve that for you, but will give you some hints on how you can find the answer. Note however, that asking questions regarding homework assignments is generally forbidden here so you are already on a very narrow path with your question:
Consider you have you file, the content could look like Quote:
How you get parameters from the command line into your script is part of every shell manpage, so i won't tell you here how this is done. Consider, your line is Quote:
Quote:
bakunin |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|