android - Grab last line of 'cat' output without head, tail, sed or awk -


i have directory of files on (older) android device , want cat file comes last in file listing when call ls. on linux computer i'd have no problem that, do

ls | tail -n 1 

but on phone, neither tail, nor head, sed, or awk available. should do?

try:

for in *; :; done; echo "$a" 

Comments

Popular posts from this blog

html - Firefox flex bug applied to buttons? -

html - Missing border-right in select on Firefox -

python - build a suggestions list using fuzzywuzzy -