Skip to content
Snippets Groups Projects
Commit b1e72d4c authored by Grégory William Tankam Sigam's avatar Grégory William Tankam Sigam
Browse files

SHELL_Q4

parent 12f72065
No related branches found
No related tags found
No related merge requests found
cat mon_fichier | grep -o "X" | wc -l | awk -v total=$(wc -m < mon_fichier) '{printf "%.2f%%\n", ($1 / total) * 100}'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment