Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否可以在 Ubuntu 机器上的 MOTD 中定义函数?
我的 motd.tail 文件中有以下内容:
#!/bin/sh ? () { echo "$*" | bc -l; } echo date echo
但是,如果我登录到该框,则函数定义不起作用,即:
? 10*2 ?: command not found
关于如何定义函数的任何想法?
谢谢
大多数发行版都有一个适合此类事情的系统范围的 bashrc 文件。
在 Debian 上,这个文件是:/etc/bash.bashrc