-
@hhsnopek the strategy you were using does not support this case:
```
// ## This is a description here of my JS script
```
The old code was this:
```sh
description="$(awk '/\#\#\ .*/{ prin…
-
**ble version**: 0.4.0-nightly+32f290d
**Bash version**: 5.2.37(1)-release (aarch64-apple-darwin23.4.0)
On some commands I noticed that typing `--` will break the current input and leak ot…
-
"Sitemap" link -> 404
-
the absolute shortest program i can think of is
`awk ''`
that depends on whether blocking everything through the inputs and pipe counts as "doing stuff"" or not. to make it print without any f…
-
find . -name "*.txt" -type f -mtime -30 -size -19k -perm 644
-
@sirselim has found a bug in the hg19 workflow that he plans to fix.
-
we use downloadURL=$(curl -s https://www.lucidlink.com/download | awk -F "href=\"" '{print $2}' | awk -F "\"" '{print $1}' | grep pkg) for now
-
How to parse `{$0="hello world"RS$0}7`, as in `awk 'NR == 1 {$0="hello world"RS$0}7' input > output`? In particular, what does the "7" do?
-
![Screenshot from 2021-07-01 13-40-40](https://user-images.githubusercontent.com/3453847/124187049-0c27e480-da72-11eb-8e41-01459efc975a.png)
-
Looks like awk can't do arithmetic:
#/ awk 'BEGIN{print 0,1,2,3}'
270040240 1 1 1
(Maybe it should fault, if floating point is missing??)
BigEd updated
7 years ago