Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
ls -la | awk '{s[NR]=$5;if(l<length($5))l=length($5)}END{for(i=1;i in s;i++)printf"%"l"s\n",s[i]}'