You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
oh-my-fish/plugins/ta/util/ta.util.get.tail.fish

5 lines
74 B
Fish

function ta.util.get.tail
tail -rn1 $__ta_file_data \
| cut -f1
end