创建一个全局列表,使其数据类型等同于枚举名称,且名称以enum _开头,后接枚举名称(在本例中为Enum_BookType)。
Create a global list with a data type equal to the enumeration name and with a name of Enum_ followed by the enumeration name (in our case, Enum_BookType).
然后,使用awk删除命令名称减号选项和参数,然后将经过排序的列表传递给uniq以得到一个枚举列表。
Then, use awk to strip out the command name minus options and arguments, and pass the sorted list to uniq to give an enumerated list.
然后,使用awk删除命令名称减号选项和参数,然后将经过排序的列表传递给uniq以得到一个枚举列表。
Then, use awk to strip out the command name minus options and arguments, and pass the sorted list to uniq to give an enumerated list.
应用推荐