ll use on the raspbian jessie – RCK

Proceed as pi.

Make the ‘ll’ file.

sudo nano /bin/ll

It should looks like this:

#!/bin/bash
ls -lha $1 $2

Chmod:

sudo chmod 755 /bin/ll

Leave a Reply

Your email address will not be published. Required fields are marked *