Sponsored Content
Top Forums Shell Programming and Scripting Problem with if statement, cannot get to right directory Post 302993441 by Don Cragun on Thursday 9th of March 2017 05:02:07 PM
Old 03-09-2017
I mean I don't see any relationship between the code you have shown us and the question I think you are asking.
  1. You need to explain what you are trying to do.
  2. You need to explain what is not working.
  3. You need to show us the code that is not working.
  4. You need to show us the output produced by the code you're using (including any diagnostic messages).
  5. You need to show us the output you want your code to produce.
Note that:
Code:
 for...
 do
 do something
 done

is NOT very useful when trying to diagnose errors in code. All we can say is that the 2nd do does not have a matching done and that ... and something might be the source of your problem.

And, showing us code in one script and asking whether or not another script (whose code you have not shown us) can figure out how to do something else baffles me.
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

if statement problem

I keep getting an error at line 21, it doesn't like my if statement. Previously I have tried using (( )), but still get errors. The current error is that server_busy is not found. This is the script: #! /bin/ksh server_busy="na" for file in $1 $2 $3 $4 $5 $6 do echo " ${file}\t\c" ... (1 Reply)
Discussion started by: coughlin74
1 Replies

2. Shell Programming and Scripting

problem with an IF statement

I need an IF statement that will compare the contents of the variable CX with the actual string "CP". ie. If the contents of $CX are NOT equal to the actual string "CP" then blah blah blah. I have tried a number of things including the following....... if ]; then if ]; then if ];... (2 Replies)
Discussion started by: hcclnoodles
2 Replies

3. UNIX for Dummies Questions & Answers

if statement problem

hi all. i just have a very small problem. i have a menu of 7 choices. i want an if statement so that if the user chooses anything except inside the 1 to 7 range, i can handle the error for it. i tried this: if ] then ....... fi (but it dont work) ...any suggestions? ... (4 Replies)
Discussion started by: djt0506
4 Replies

4. Shell Programming and Scripting

If Statement Problem..

The problem I am having here is that only the 1st option is executed, no matter if I pick yes or no. What am I doing wrong? How can I get this working right without resorting to a case statement? echo "This is the max size your lvol can be:" echo $MAXSIZE echo echo Do you want to max out... (2 Replies)
Discussion started by: LinuxRacr
2 Replies

5. UNIX for Dummies Questions & Answers

if statement problem

See https://www.unix.com/shell-programming-scripting/96846-if-statement-problem.html (0 Replies)
Discussion started by: f_o_555
0 Replies

6. Shell Programming and Scripting

if statement problem

Hi I have a bash script like this if then echo "A" else echo "B" fi $1 is something like 02350 (there is always a trailing '0') and I would like to have an if based on the value of the digits after the 0. Can anybody help? Thanks, Sarah (3 Replies)
Discussion started by: f_o_555
3 Replies

7. Shell Programming and Scripting

problem with if/while statement

I'm trying to have the script check if a file has data or not, and then process it accordingly. If the file is empty, I want it to return "nothing to do", if not, I want it to process the file line by line. This is what I have so far, but it always returns "nothing to do", even if the file is not... (4 Replies)
Discussion started by: ddrew78
4 Replies

8. UNIX for Dummies Questions & Answers

Having problem with if statement

Could someone help me out with this if statement? It's supposed to get a person's website, but it isn't working when I run it. website="" echo "Would you like to enter a website? Enter Yes/No" read choice if then while do echo "Please enter a website:"; read... (4 Replies)
Discussion started by: Sotau
4 Replies

9. Shell Programming and Scripting

Problem if statement

echo "Enter the variable: " " read var1 echo " " for i in ib eb atm do if ; then mv properties environment.properties break else echo "No changes to $var1 " fi done When i run and enter the eb it's not working.Any suggestions please.. (7 Replies)
Discussion started by: bhas85
7 Replies

10. UNIX for Beginners Questions & Answers

Problem with If statement

Hi All, I am writing an if statement to check multiple conditions, but when I try to execute the script it is breaking at the point of if statement by showing the issue below. Code I am using is given below. if -a ] then .... else ... fi I am not understanding... (3 Replies)
Discussion started by: ginrkf
3 Replies
kanji(1)							   User Commands							  kanji(1)

NAME
kanji - show the list of Kanji codes SYNOPSIS
kanji [-j] [-s] [-e] [-k] [-K n] [-HK n] [-h] AVAILABILITY
SUNWjfpu DESCRIPTION
The kanji command shows the list of printable characters in the current locale. When invoked without an option, encoding numbers of current locale are shown along with the characters. OPTIONS
-j JIS code numbers are shown. -s PC kanji code numbers are shown. This option is available only in a locale equivalent to "ja" locale. -e EUC code numbers are shown. This option is available only in a locale equivalent to "ja_JP.PCK" locale. -k JIS Kuten numbers are shown. -Kn In a locale equivalent to "ja" locale, this shows only those characters from row of JIS X 0208 character set n in Kuten code. In a locale equivalent to "ja_JP.PCK" locale, this shows only those characters from row of printable characters set n in Kuten code. -HK n This shows only those characters from row of JIS X 0212 character set n in Kuten code. This option is available only in a locale equivalent to ja locale. -h Help for this command is shown. SEE ALSO
PCK(5), eucJP(5) SunOS 5.10 26 May 1998 kanji(1)
All times are GMT -4. The time now is 05:44 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy