-
Hi Shane,
the file crontag.sh references a file named "unboundtag.awk", but that file is not found in the repo. Is it missing or should it be generated?
Carsten
-
#### For new checks and feature suggestions
- [x] shellcheck.net (i.e. the latest commit) currently gives no useful warnings about this
- [x] I searched through https://github.com/koalaman/shellchec…
-
```
Request to implement the awk command in Unix4j
```
Original issue reported on code.google.com by `bjwar...@gmail.com` on 26 Jul 2012 at 12:06
-
Hi,
I noticed that very often the fibocom returns as CSQ value 99, 99, this problem implies the entire dashboard of 3ginfo not showing the data:
```json
"csq":"-",
"signal":"0",
```
```bas…
-
resultat=$(cat fichier.json | awk '/colonne6/{flag=1} /}/{flag=0} flag' | grep -o 'sous_col1[^:]*: "[^"]*"' | sed 's/^.*: "\(.*\)"/\1/')
-
This might help someone, so I thought I'd post it here. It is a bash-script equivalent of what this proxy does. Note it does need: curl, awk, grep, sed, openssl:
```bash
#!/bin/bash
# Input par…
-
```
Request to implement the awk command in Unix4j
```
Original issue reported on code.google.com by `bjwar...@gmail.com` on 26 Jul 2012 at 12:06
-
```
Request to implement the awk command in Unix4j
```
Original issue reported on code.google.com by `bjwar...@gmail.com` on 26 Jul 2012 at 12:06
-
- 简介
awk是取自发明她的三位科学家的名字,擅长于文本处理。因最近又摊上计费这档子事情了。动不动就要给开发者查云豆消耗啊查云豆消耗。免不了要分析计费的日志。
- 结构
`awk 'BEGIN{ print "start" } pattern { commands } END{ print "end" }' file`
_也可以通过管道输入, 例如: `cat file | awk '…
-
```
Request to implement the awk command in Unix4j
```
Original issue reported on code.google.com by `bjwar...@gmail.com` on 26 Jul 2012 at 12:06