User Profile

Collapse

Profile Sidebar

Collapse
jmvidalvia
jmvidalvia
Last Activity: Oct 11 '07, 10:00 PM
Joined: Oct 11 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • jmvidalvia
    started a topic "binary operator expected" message

    "binary operator expected" message

    Hi!
    My second post, very similar to the first one.
    I just mounted a debian server and start to run some few scripts. They "seem" to run, but sometimes (5% of times) I am getting this error message:

    Code:
    /home/jmd/sh/muestras.sh: line 2: [: R0220444: binary operator expected
    Note that R0220444 is one of the files in /home/as400/muestras folder.

    This is /home/jmd/sh/muestras.sh:
    ...
    See more | Go to post

  • jmvidalvia
    started a topic "too many arguments" message

    "too many arguments" message

    Hi everybody!
    My first post here...hope to learn quickly.
    I just mounted a debian server and start to run some few scripts. They "seem" to run, but sometimes (5% of times) I am getting this error message:

    Code:
    /home/jmd/sh/cartas.sh: line 2: [: too many arguments
    This is /home/jmd/sh/cartas.sh:
    Code:
    #!/bin/bash
    if [ -z $(ls /home/as400/cartas) ]
    then
            echo ""
    ...
    See more | Go to post
No activity results to display
Show More
Working...