-
Dear Sir/Madam,
I was following your pipeline on my own database but it has been a day that the awk command mentioned in the script is not working.
Please help at the earliest
-
The below function has hard coded values for the OHS instance name which results in errors on this step during OAM deployment
```
check_healthcheck_ok()
{
ST=$(date +%s)
print_msg "Checki…
-
This issue does not exist when using the Rocket port of bash:
![image](https://user-images.githubusercontent.com/42328411/221366561-666e3635-c2ba-4f40-a3ec-00bf41436d14.png)
This is the code tha…
-
How to use an `interaction_types_mapping.csv` when using `elton stream` ?
Can we include the `interactions_types_mapping.csv` path in the `globi.json` ? For example:
```bash
preston cat --no-cach…
-
ghost updated
3 years ago
-
```
BEGIN {
for (i = 0 ; i < 10 ; i += 1) {
if (1)
continue;
}
print("ok")
}
```
```
$ awk -f bug.awk
ok
$ frawk -f bug.awk
# infinite loop.
```
-
Hi Dear Sir IceG
After doing this command (advised by IceG)
```
root@OpenWrt:~# rm /usr/share/3ginfo-lite/modem/usb/2cb70104
root@OpenWrt:~# cp /usr/share/3ginfo-lite/modem/usb/0e8d7126 /usr…
ghost updated
2 weeks ago
-
As per AppStore review:
The main issue I have (07/04/2022) is that split causes a segmentation fault. E.G.: echo “abcd”|awk ‘{n=split($1,a)}’ Cannot proceed with this problem. Otherwise, this is…
-
**Describe the bug**
It seems that it doesn't work through SSH.
**To Reproduce**
Steps to reproduce the behavior:
- In config, opt for ssh connection (authkey or password doesn't matter, same b…
-
Apparently, when using length() function to get a passed array's length, busybox will return a wrong value.
RIGHT:
```$ gawk 'function f(arr) { print length(arr) } BEGIN { arr[1]=0; arr[2]=0; f(ar…