2,278 Topics

Member Avatar for
Member Avatar for stharmon

I am trying to install 2 rpm files that need root privileges. However, I don't want to prompt the user twice. Currently I am doing the following in my script: echo "*************************************************************" echo "In order to install acme package, you need to log in as root" echo "*************************************************************" su -c …

Member Avatar for stharmon
0
413
Member Avatar for ojgibba
Member Avatar for giany

Hello i`m trying to make a script that shows me online users using the arping command. I want to enable to stop it using Ctrl +C and print me a message : Continue Y/N. And one more thing in the end to print me : We have $wc -l users …

Member Avatar for vgersh99
0
210
Member Avatar for marco83

hi, just stumbled on a problem: a friend wrote her shellscript in mandrake kwrite which also uses bash, we tried to run it on fedora core 2 gedit but won'nt run as it reads errors on curly braces and has unexpected end of file errors. It runs perfectly on mandrake …

Member Avatar for alc6379
0
105
Member Avatar for yitzhakbg

How can I login remotely and force a command/script to run in a particular X Server when are multiple X Servers running? Here's what I want to do: Force my desktop to be displayed on multiple remote machines, each of which has multiple X Servers running simultaneously. That is, force …

Member Avatar for yitzhakbg
0
136
Member Avatar for Wanderer

Hello, I am a software developer on a rather large project and I use vim as my primary file editor. The project is spread out over many paths. What I want to do is to create a large tag file for the entiere project. I used the find command to …

Member Avatar for vgersh99
0
141
Member Avatar for steve-parker.or

Shameless plug: [url]http://steve-parker.org/sh/sh.shtml[/url] A bourne Shell Programming/Scripting Tutorial for learning about using the Unix shell. Centres on the Bourne shell, but mentions when bash differs. Does not cover ksh/csh (considered harmful). Applies to UNIX and Linux.

2
515
Member Avatar for dontcare
Member Avatar for URtheRhoda

so i have been trying to learn how to manipulate text on my own and have gotten stumped... let's say i have a text file that says (highly simplified): people ordinary How would swap the order of the words.. I know i need to use sed and some kind of …

Member Avatar for vgersh99
0
125
Member Avatar for blackberry

hi my friends who can tell me about *.x ? :o i mean .x extension is stand for what kind of files? :o cheers.

Member Avatar for Cain
0
87
Member Avatar for magicmarkuk

Hi I am new to all of this so please forgive me if my question is either really obvious or indeed in the wrong forum. I have had a script written for me that displays details of books e..t. title, author etc. The string which holds the author seems to …

0
85
Member Avatar for shaahul

Hi I needed some help on automating the installation of a software. During the installation of a software, you get various options. For eg. 1. the license agreeement screen gives you two options with two radio buttons. Choosing one selects Yes, I agree with the terms and conditions. And choosing …

Member Avatar for alc6379
0
155
Member Avatar for Kimmi

Hi, it's been quite a while since my last post ;) I know the user would be prompted to key in the new time and date if "time" and "date" are keyed in via DOS command prompt. Hm, just wondering, is it possible that I can have a .bat file …

Member Avatar for Venjense
0
110
Member Avatar for amarnathreddy_b

Write a shell script (/bin/sh) called 'fileline' which is passed two command line parameters. The first parameter is the name of a file and the second is a number 'n'. The script should write the contents of the nth line of the file to a new file called 'out'. If …

Member Avatar for alc6379
-1
101
Member Avatar for rock31

Hello, Would anyone please tell me how to write a shell script which receives input argument from command line? Thanks alot

Member Avatar for rock31
0
193
Member Avatar for marceta

Hello everyone. I would like to make a batch file that extracts the contents of MANY .zip files (<name>001-146) to a certain folder, without having to manually extract them. My .bat skills are not good enough to do it and it would be a usuful tool that i currently need. …

Member Avatar for JR85023
0
207
Member Avatar for Mohit Singh

Hi, I am uploading files to a server using HttpXCtl1.Request.PrepareFileUpload "nameoffile", txtURL HttpXCtl1.Post "http://www.myhost.com/cgi-bin/serverside.cgi" MsgBox HttpXCtl1.Response.Status The Response Status is: HTTP/1.1 500 Internal Server Error The serverside.cgi file on my server is as follows: #!/usr/bin/perl -w use CGI; $upload_dir = "/usr/home/myhost/www/ibp"; $query = new CGI; $filename = $query->param("nameoffile"); $filename =~ …

0
130
Member Avatar for tccummings

Hi everyone. I am fairly new to Linux and I am taking a UNIX course. I have been asked to write a shell script and I am having a little trouble. I was wondering if anyone could help me. Here are my instructions -- create a script called command find_big.sh …

Member Avatar for tccummings
0
248
Member Avatar for MAD_DOG

A New Environment: The LiteStep Shell Sit back get a cup of coffee it's time for another tale of technology by Jimmy Freligh Jr | June 20th, 2004 Many people love Windows but, they hate the crashes the bugs the problems the restarts the pain. A lot people don’t know …

Member Avatar for MAD_DOG
0
475
Member Avatar for hotlantas69

I need to write the code for a script to count and display # of files and directories and then dispaly the # of each as well as the script name as output. I also have to sow a command to execut the script which I know already

Member Avatar for liliafan
0
621
Member Avatar for WEATHER CHANNEL

Ada95 is a very capable, full featured language & is not just limited to DoD work.Any thoughts?Anyone ever used it? We need a AdA forum, you know some real stuff not just limited to simple things in life like C(ect) :lol:

Member Avatar for Ludootje
0
249
Member Avatar for hotlantas69

This is not hwork. Trying to teach myself. I have to write a script that counts number of text, data, and html and C files in my home directory. I have to use case and loop. I have to display the total number for each file-type and also a count …

Member Avatar for Ludootje
0
218
Member Avatar for i686-linux

bash: #!/bin/bash DOMAIN=mydomain.com for client in ServerA ServerB ServerC ServerD do xhost +$client.$DOMAIN done MS-DOS: @echo off for..... crap..... I can't seem to get the for loop to work properly. Has anyone had much experience with batch files in DOS? I realize that running xhost inside of a batch file …

Member Avatar for liliafan
0
220
Member Avatar for ren

need some help. boss is rushing me to complete a script - i am struggling where do i start? under lot of pressure here. thanks, i feel this must not be that difficult i'm given tab-delimited file w 2 cols: aaa d 014 bbb e015 bbb e 016 ccc e016 …

0
68
Member Avatar for Reginald0

Hi, folks! See the examples: bash$ X="ls"; $X file1 file2 file3 *** Works correctly! bash$ X="ls | wc"; $X ls: |: No such file or directory ls: wc: No such file or directory *** Doesn't work! How to make the last command work correctly as first? Thanks in advance! Reginald0

Member Avatar for Reginald0
0
468
Member Avatar for spikes

Hi All, when i run ./configure it checks for cc and gcc then says error: no acceptable cc found in $path. now i understand that cc and gcc are compilers and i belive that gcc should be on the system somewhere, but how do i put it in the $path? …

Member Avatar for TheOgre
0
255
Member Avatar for bonniehandi

Hi, I am using SSH secure client to log into a linux system. When I run emacs in the SSH, all the commands such as C-Spac, M-< etc etc etc does not work. I know it has something to do with key binding and such, but how do you exactly …

Member Avatar for Member #2466
0
199
Member Avatar for samaru

If you want to practice unix programming, maybe do a few unix/linux scripts, or just test out some commands, Cygwin is the answer. Cygwin is the command.com for Unix. When you run it, it opens up a window like the DOS console, and you're ready to type out your commands. …

Member Avatar for Dani
0
371

The End.