cost 113 ms
Alternative to long lines

Context: I have a script in that long lines are being striped. In bash, I could do this However, ash does not have arrays. Is there another altern ...

2022-08-16 19:17:38   1   22    sh / ash  
ash: -c: unknown operand

I'm trying to run a ash script that constantly checks how many characters are in a file and execute some code if it reaches at least 170 characters or ...

2021-07-15 12:13:59   1   23    shell / wc / ash  
parsing output with awk

I am trying to construct a small shell script that takes the output from this command: nc 127.0.0.1 5556 2>/dev/null (output shown below) and parse ...


 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM