See the Security and Bug Fixes Section - Grub EFI Install Updates Fix Sticky


Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Linux Shell Scripting Cookbook
#10
[member=411]bitsnpcs[/member]  in the first image you get an error because there cannot be spaces between "result=`echo" you wrote "result= `echo" and that's why it didn't work. The whole thing should look like this, with no spaces between " =` " in order to work as it is supposed to:
Code:
$ result=`echo "$no * 1.5" | bc`
Without each others help there ain't no hope for us Smile
Need a translation service? https://www.deepl.com/es/translator


Messages In This Thread
Linux Shell Scripting Cookbook - by bitsnpcs - 09-17-2018, 01:53 AM
Re: Linux Shell Scripting Cookbook - by bitsnpcs - 09-17-2018, 02:00 AM
Re: Linux Shell Scripting Cookbook - by Moltke - 09-17-2018, 02:31 AM
Re: Linux Shell Scripting Cookbook - by bitsnpcs - 09-17-2018, 02:38 AM
Re: Linux Shell Scripting Cookbook - by Moltke - 09-17-2018, 02:39 AM
Re: Linux Shell Scripting Cookbook - by bitsnpcs - 09-17-2018, 02:44 AM
Re: Linux Shell Scripting Cookbook - by bitsnpcs - 09-17-2018, 02:51 AM
Re: Linux Shell Scripting Cookbook - by Moltke - 09-17-2018, 03:41 AM
Re: Linux Shell Scripting Cookbook - by bitsnpcs - 09-17-2018, 11:47 AM
Re: Linux Shell Scripting Cookbook - by Moltke - 09-17-2018, 07:39 PM
Re: Linux Shell Scripting Cookbook - by bitsnpcs - 09-17-2018, 07:48 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)