+ Post New Thread
Page 1 of 7 1 2 3 Last
Threads 1 to 20 of 128

Forum: Programming

  1. a script to give me the last argument !!!

    Hi I just want a shell script which gives me the last argument passed. For example, if the script script.sh is executed >script.sh one two…

    Started by rameshvl, 04-25-2003 06:50 AM
    • Replies: 9
    • Views: 3,629
    04-30-2003 08:05 PM
  2. a script to automate the addition of users to linux server

    I am migrating from windows NT and have exported users to an csv file which I want to export to my linux PDC. Any one with that solution. Looking for…

    Started by Emmanuel, 04-03-2005 12:50 PM
    • Replies: 2
    • Views: 5,383
    10-24-2005 07:04 AM
  3. accepting root passwd from UI and passing it to a shell script to extract a rpm

    Hi Im working on Redhat Linux. Im a normal/domain user and Im writing an installation program which opens up a UI asking for root password and…

    Started by rameshvl, 03-17-2003 10:25 AM
    • Replies: 4
    • Views: 901
    03-18-2003 07:07 PM
  4. Any good site search scripts?

    I need a free site search CGI script (NOT remotely hosted). After googling a bit I found a great amount of different scripts but can’t really decide…

    Started by NGene, 08-03-2003 02:26 PM
    • Replies: 2
    • Views: 592
    08-28-2003 12:46 PM
  5. Apache 2 and scripts

    I was just wondering… I am running a webserver with Apache 2, and am looking for a little something more powerful than the standard Apache log…

    Started by vwgtiturbo, 10-27-2003 01:52 AM
    • Replies: 5
    • Views: 888
    10-30-2003 12:42 AM
  6. Apache Firewall Script

    Hi Gurus, Anyone here has a working firewall script for Apache Webserver that they can share? Or perhaps, comment on my script? I have a script…

    Started by rhonneil, 11-12-2003 06:28 AM
    • Replies: 1
    • Views: 834
    11-12-2003 03:59 PM
  7. arrgg!! mp3 to ogg script is not going well…

    ok – it works nicely if i don’t have mp3s with spaces in the name, if i hvve spaces in the name then it no worky… #!/bin/bash for i in `ls…

    Started by pbharris, 07-31-2002 11:49 PM
    2 Pages
    1 2
    • Replies: 19
    • Views: 1,002
    08-03-2002 04:27 PM
  8. Automatic MySQL Backup Script

    I modified crouse’s mysql backup script with some modifications and have been using it for a few weeks. It saved my tush yesterday, so I thought I’d…

    Started by canela, 12-17-2006 09:52 AM
    • Replies: 2
    • Views: 3,005
    12-20-2006 04:59 AM
  9. Bash script

    Hi, I am learning linux. Doing some book exercise ques. Can someone tell me if these answers are correct.? Thanks 1) write a bash script…

    Started by linuxuser, 09-01-2005 02:10 PM
    • Replies: 1
    • Views: 700
    09-01-2005 04:21 PM
  10. bash script – is a argument a string or a number?

    One of the guys I work with wants to write a bash script that will accept a argument or two. *I know to access the args as $1, $2, $N – but how can I…

    Started by ph34r, 04-17-2002 02:28 PM
    • Replies: 5
    • Views: 975
    04-18-2002 11:56 AM
  11. Bash script for sorting mp3’s.

    I have all of my songs in one dir (/media/audio) They are all named in the way ‘artist – songname.mp3/ogg’ Is someone able to provide the code for me…

    Started by airhead, 02-05-2002 04:25 AM
    • Replies: 7
    • Views: 542
    02-24-2002 07:09 PM
  12. Bash script problem

    I am looking at automating unzipping some files I have in directories. I am having a problem getting thru dumb characters in the filename, like…

    Started by Schotty, 04-20-2007 12:24 AM
    • Replies: 1
    • Views: 1,648
    04-20-2007 02:18 AM
  13. Bash Script question….

    How could I make a script that functioned like this: when you run the script like this script.sh "filename" the script would run tar…

    Started by gfunkmonk, 08-24-2002 03:38 AM
    • Replies: 6
    • Views: 619
    08-26-2002 10:47 PM
  14. bash script to delete files

    I need a bash script that will delete all files that are less than 1MB in the /home/user folder. Can someone help me out?

    Started by cloverm, 02-18-2002 11:53 PM
    2 Pages
    1 2
    • Replies: 16
    • Views: 1,689
    02-24-2002 08:03 PM
  15. Bash Scripting

    I have a script to call on a file #!/bin/sh #Define Variables username=`awk -F: ‘{print $1}’ /tmp/new.webhost` userweb=`awk -F: ‘{print $2}’…

    Started by cuban, 09-09-2001 03:21 PM
    • Replies: 3
    • Views: 1,450
    09-10-2001 02:03 AM
  16. bash scripting and quoting

    In a nutshell can someone explain me the difference between the various methods of quoting. I don’t seem to understand when to use ‘ and ` or "…

    Started by , 03-20-2002 04:59 PM
    • Replies: 5
    • Views: 534
    03-21-2002 12:51 AM
  17. Bash scripting and the stderr

    Ok. I started reading the tut’s laying around all over the place about bash scripting and came across some obtuse info about the stdout, stdin, and…

    Started by 10Dedfish, 12-30-2003 11:01 AM
    • Replies: 2
    • Views: 495
    12-30-2003 01:12 PM
  18. Bash scripting question

    I was trying to make a script for someone that will open a url in Mozilla. It should open Mozilla if it’s not already, or open a new window if it is….

    Started by kenshi, 01-01-2003 08:23 PM
    • Replies: 6
    • Views: 612
    01-02-2003 08:36 PM
  19. bash scripting question

    i have the variable $filename which i’d like to strip of it’s extension. i mean for example in perl i’d simply do $filename =~ s/(.+?)\..*/$1/; …

    Started by seanmclemon, 09-04-2003 02:28 AM
    • Replies: 7
    • Views: 748
    09-07-2003 01:58 AM
  20. Best start for programming?

    Hey Gang, I’d like to teach myself computer programming, so I can eventually teach my students (sharp middle schoolers). What’s the best place…

    Started by Mip, 01-02-2002 03:15 AM
    • Replies: 8
    • Views: 740
    01-08-2002 04:30 AM

+ Post New Thread

Thread Display Options

Use this control to limit the display of threads to those newer than the specified time frame.

Allows you to choose the data by which the thread list will be sorted.

Order threads in…

Note: when sorting by date, ‘descending order’ will show the newest results first.

Icon Legend

Contains unread posts
Contains no unread posts
Hot thread with unread posts
Hot thread with no unread posts
Thread is closed
You have posted in this thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts