文件操作 - __fish_print_addresses.fish
返回文件管理
返回主菜单
删除本文件
文件: /usr/share/fish/functions/__fish_print_addresses.fish
编辑文件内容
function __fish_print_addresses --description "Print a list of known network addresses" if command -s ip >/dev/null command ip --oneline address | cut -d" " -f7 | sed "s:\(.*\)/.*:\1:" else if command -s ifconfig >/dev/null # This is for OSX/BSD # There's also linux ifconfig but that has at least two different output formats # is basically dead, and ip is installed on everything now ifconfig | awk '/^\tinet/ { print $2 } ' end end
修改文件时间
将文件时间修改为当前时间的前一年
删除文件