-
I did a fresh installation with fedora 41 beta, so I am not sure if this issue is entirely reproducible with a fresh install.
# System Setup
I daily run a non-admin account (not in sudoer or wheel g…
-
Hi, I'm the Debian/Ubuntu maintainer packaging the latest version:
```
==> névszók
.......awk: /builds/debian/magyarispell/debian/output/source_dir/awk/kotojeles.awk:13: warning: regexp escape se…
-
### Steps to reproduce
vim --clean foo.awk
```awk
{
if ($1 == "x") {
print $1
} else {
print $2
}
}
```
### Expected behaviour
```awk
{
if ($1 == "x") {
…
-
### Describe the bug
While testing #2565 , it failed with a mysterious error message. I tested with the following loop.
```shell
while time bash
-
Hi,
Any chance you could help me adapt your `find-dupes.awk` script to work on a Linux system? Based on your notes, I was able to figure out the following changes:
- Instead of `ls -lTR`, use `…
-
Using the git as an external module built with CMake there is some strange condition in the `CMakeLists.txt` (starting line 261):
```
find_program(AWK NAMES gawk awk)
include_directories(${CMAK…
-
## What would you like to be able to do?
Use a POSIX compliant script to retrieve information for "account_command". The script must only contain commands present in the POSIX.1-2017 standard. …
-
Create a default configuration file with the java distribution specified, then use that in any action which calls for installation.
Copilot suggested this, which seems close to correct.
- us…
-
Hi there, thanks for writing the package!
I'm trying to install and run your test data.
I have git clone it and installed the R dependencies.
Bedtools is in PATH.
I ran a basic command and encoun…
-
Might be good to detect the location of the files:
```
sudo
lsof
awk
wc
```
Using CentOS 6.x, the first time I tried to run it I got:
```
!!! command failure !!! Username wrong
```
I installed lso…