mirror of
https://github.com/oh-my-fish/oh-my-fish.git
synced 2025-01-22 21:23:59 +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
|