mirror of
https://github.com/oh-my-fish/oh-my-fish
synced 2024-11-09 13:10:40 +00:00
5 lines
74 B
Fish
5 lines
74 B
Fish
function ta.util.get.tail
|
|
tail -rn1 $__ta_file_data \
|
|
| cut -f1
|
|
end
|