mirror of
https://github.com/oh-my-fish/oh-my-fish.git
synced 2025-02-19 16:32:46 +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
|