Search Results

Search: Posts Made By: brentdeback
2,799
Posted By brentdeback
nevermind, after tinkering a while i got it to...
nevermind, after tinkering a while i got it to work. Mod you can close this thread now.
2,799
Posted By brentdeback
turning case into a if statement
How can i convert this case statement that i made to an if statement? Do not write script, just give a hint on how to do something below.

#!/bin/sh
hi="$1"

case "$hi"
in
[Hh][iI])...
2,067
Posted By brentdeback
thanks for the help, but if i wanted to rename...
thanks for the help, but if i wanted to rename it, what would i do?
For example:
arg1=$1
arg2=$2
so if it type the following from the command line:
$ hello again
the file would be called...
2,067
Posted By brentdeback
argument help
if i have 2 arguments $1 and $2 how can i append them so that $2 is added to $1? It is really confusing me because it seems so simple, yet i can't get the shell script to work properly. Thanks.
1,661
Posted By brentdeback
question?
Is there any way to use sed and count the number of alphabetic characters in a sentence?
1,858
Posted By brentdeback
question about regular expression
why does [A-Z]* highlight everything in it... shouldn't it only highlight capital letters?
3,354
Posted By brentdeback
Is writing shell scripts different than...
I am currently taking a linux shell scripting class and also a intro to programming class using QBASIC. Will this interfere with how i learn each one? Are they similar in some ways? I already took...
Showing results 1 to 7 of 7

 
All times are GMT -4. The time now is 05:11 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy