Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
leer_de_la_memoria.sh
#!/bin/bash # Entrada # quijote s="$(cat -)" nombre="$(echo "$s" | head -n 1)" echo $nombre echo "" salida="" ls "/dev/shm/$nombre"* | while read fila; do printf "$fila" | cut -d "/" -f 4 | cut -d "_" -f 3- | while read fila2; do printf "$fila2\n" | sed "s/_/\n/g"| while read fila3; do printf "\x$(printf "%x" $(printf "$fila3 " | sed -r "s/^0+//g"))" done done done
run
|
edit
|
history
|
help
0
Test1
JmeterBash
Search for 3 5's in given 6 digit number
curl test
Example
It crashes when I try it in an interactive terminal
projet
Checking set -e behavior in functions
hadikhan
008 prog1.sh