
read command in shell script - The UNIX and Linux Forums
Aug 20, 2008 · read command in shell script. Tags. read, script, shell scripts. Page 1 of 2: 1: 2 > Thread Tools : Search ...
read command - The UNIX and Linux Forums
Aug 19, 2011 · Hi everyone, I have problem while writing a shell script for linux (Red Hat). First I need to create a read command. I tried to google this but so far I can't sort this out. I hope you will be able to help me. I have to read a file like this : GESTION_DATA_SET_variable1_variable2 ... (2 …
read command in shell script - Page 2 - The UNIX and Linux Forums
Feb 24, 2009 · read command in shell script. Tags. read, script, shell scripts. Page 2 of 2 < 1: 2 Thread Tools : Search ...
Solaris- Read command from user input - The UNIX and Linux …
Mar 11, 2011 · I need to write a bourne shell script (solaris 10) that accepts input from the user. The input will be a command- any command like ls/ pwd/ mv etc. After the input is read, the shell must execute the command supplied by the user. I know we use read to play with user inputs. Just not sure how to execute the input. Please can someone assist?
Script does not stop when doing a read - The UNIX and Linux …
Nov 5, 2007 · Hi all, I got a script that runs automatically using the cron file. The script starts running at midnight and suppose to delete image files from folders and sub-folders. The script ends when he finishes deleting or after 5 hours. My problem is that the script doesn't stop running even after 5... (3 Replies)
Remote script skips "read" command - The UNIX and Linux Forums
Jun 16, 2010 · The "read" command, which is built into bash, takes words from the standard input. However, "read" is not good at taking file names if the file names contain spaces. I would like my bash script to ask the user to enter file names, which may contain spaces. Can you think about any technique for... (14 Replies)
read command - The UNIX and Linux Forums
Mar 4, 2010 · Hi everyone, I have problem while writing a shell script for linux (Red Hat). First I need to create a read command. I tried to google this but so far I can't sort this out. I hope you will be able to help me. I have to read a file like this : GESTION_DATA_SET_variable1_variable2 ... (2 …
Read webpage from shell script - The UNIX and Linux Forums
Mar 15, 2011 · I am trying to read a webpage and want to search for a text patter (case insensitive). Please help me acquire this. If the text is found i will receive a mail which can be hardcoded in the script. I am not a big fan of using PERL script. Please help. Machine: AIX Thanks a lot in advance.
Environment Variables in text file and read command - The UNIX …
Apr 20, 2010 · I want to expand this SHELL variable in a file using any command sed, awk etc File contents is as follows ...
read command - The UNIX and Linux Forums
Jul 22, 2005 · Hey, guys! Trying to research this is such a pain since the read command itself is a common word. Try searching "unix OR linux read command examples" or using the command substitution keyword. :eek: So, I wanted to use a command statement similar to the following. This is kinda taken... (2 Replies)