79434058

Date: 2025-02-12 18:23:10
Score: 1
Natty:
Report link

The 3rd method is close to truth:

ls() {
    echo 'Executing'
    (
        unset -f ls
        /bin/ls $@
    )
}
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Demetry Pascal