当前位置:网站首页>The base value is too large (the error is marked as "08") [duplicate] - value too great for base (error token is'08') [duplicate]
The base value is too large (the error is marked as "08") [duplicate] - value too great for base (error token is'08') [duplicate]
2022-07-03 02:51:00 【French red wine sweet】
problem :
Here my problem is to find the difference of using single bracket [ ] and double brackets [[ ]] in if statement. My problem here is to find out where if Use single parentheses in statements [ ] And double brackets [[ ]] The difference between .
#!/bin/bashvara=08;varb=10;## single bracket in if statment is working.if [ $vara -lt $varb ]; thenecho "yes";elseecho "no";fi## double brackets in if statment is not working; throwing an error like below.## [[: 08: value too great for base (error token is "08")if [[ $vara -lt $varb ]]; thenecho "yes";elseecho "no";fiSolution :
Reference resources : https://stackoom.com/en/question/1fxmf边栏推荐
- 你真的懂继电器吗?
- C language beginner level - pointer explanation - paoding jieniu chapter
- Apple releases MacOS 11.6.4 update: mainly security fixes
- 迅雷chrome扩展插件造成服务器返回的数据js解析页面数据异常
- Pytest (6) -fixture (Firmware)
- ASP. Net core 6 framework unveiling example demonstration [02]: application development based on routing, MVC and grpc
- vfork执行时出现Segmentation fault
- Global and Chinese ammonium dimolybdate market in-depth analysis and prospect risk prediction report 2022 Edition
- [principles of multithreading and high concurrency: 1_cpu multi-level cache model]
- tensorflow转pytorch笔记;tf.gather_nd(x,y)转pytorch
猜你喜欢

HTB-Devel

Add automatic model generation function to hade
![[shutter] banner carousel component (shutter_wiper plug-in | swiper component)](/img/a6/5c97ef3f34702b83ebf0511501d757.gif)
[shutter] banner carousel component (shutter_wiper plug-in | swiper component)

Sous - système I2C (IV): débogage I2C

用docker 连接mysql的过程
![[principles of multithreading and high concurrency: 1_cpu multi-level cache model]](/img/c7/6b5ab4ff7379bfccff7cdbb358ff8f.jpg)
[principles of multithreading and high concurrency: 1_cpu multi-level cache model]

I2C 子系统(三):I2C Driver

从C到Capable-----利用指针作为函数参数求字符串是否为回文字符

I2C subsystem (III): I2C driver

Summary of interview project technology stack
随机推荐
Classes and objects - initialization and cleanup of objects - constructor call rules
Concrete CMS vulnerability
Gbase 8C function / stored procedure definition
Source code analysis | resource loading resources
Gbase 8C system table PG_ auth_ members
Source code analysis | layout file loading process
I2C 子系统(三):I2C Driver
sql server 查询指定表的表结构
Cancer biopsy instruments and kits - market status and future development trends
[principles of multithreading and high concurrency: 1_cpu multi-level cache model]
Update and return document in mongodb - update and return document in mongodb
"Analysis of 43 cases of MATLAB neural network": Chapter 43 efficient programming skills of neural network -- Discussion Based on the characteristics of the new version of MATLAB r2012b
Deep learning: multi-layer perceptron and XOR problem (pytoch Implementation)
Mathematical statistics -- Sampling and sampling distribution
Your family must be very poor if you fight like this!
Can netstat still play like this?
How to change the panet layer in yolov5 to bifpn
I2C 子系统(一):I2C spec
Three. JS local environment setup
Add MDF database file to SQL Server database, and the error is reported