Welcome to the Linux Foundation Forum!

syntax error near unexpected toke 'fi'

Posts: 1
edited April 2018 in Command Line/Scripting

  1. if [ $(find . /root | wc -l) -eq $(find . /media |wc -l) ] >> /root/datos.txt
  2. then
  3. echo "Copy was made succesfully" >> /root/datos.txt
  4. elif [ $(find . /root | wc -l) -ne $(find . /media |wc -l) ]
  5. echo "Copy wasn't made" >> /root/datos.txt
  6. fi

Hi everyone! I'm new at this forum and my native language it's not the english. Does someone know whats wrong with this script?

./script2: line 54: syntax error near unexpected token `fi'

./script2: line 54: `fi'

 

Thanks in advance!

 

Comments

  • I could say wrong but I think you need to close the first if conditions because Elif is another if the branch else.

Welcome!

It looks like you're new here. Sign in or register to get started.
Sign In

Welcome!

It looks like you're new here. Sign in or register to get started.
Sign In

Categories

Upcoming Training