mirror of
https://github.com/oh-my-fish/oh-my-fish.git
synced 2025-01-22 18:41:45 +08:00
5 lines
74 B
Fish
5 lines
74 B
Fish
function ta.util.get.tail
|
|
tail -rn1 $__ta_file_data \
|
|
| cut -f1
|
|
end
|