设为首页 加入收藏

TOP

10个你闻所未闻的Linux命令(五)
2011-07-05 17:55:36 】 浏览:14720
Tags:闻所未闻 Linux 命令
 
  • nl 数字线,在没发现nl之前,一直用脚本来实现。

    # head wireless.h
    /*
    * This file define a set of standard wireless extensions
    *
    * Version : 20 17.2.06
    *
    * Authors : Jean Tourrilhes - HPL
    * Copyright (c) 1997-2006 Jean Tourrilhes, All Rights Reserved.
    */#ifndef _LINUX_WIRELESS_H
    # nl wireless.h | head
    1 /*
    2 * This file define a set of standard wireless extensions
    3 *
    4 * Version : 20 17.2.06
    5 *
    6 * Authors : Jean Tourrilhes - HPL
    7 * Copyright (c) 1997-2006 Jean Tourrilhes, All Rights Reserved.
    8 */9 #ifndef _LINUX_WIRELESS_H
  •  
    首页 上一页 2 3 4 5 6 7 8 下一页 尾页 5/10/10
    】【打印繁体】【投稿】【收藏】 【推荐】【举报】【评论】 【关闭】 【返回顶部
    上一篇使用shell搜索文本的几种方法 下一篇关于Linux下C/C++开发的入门

    最新文章

    热门文章

    Hot 文章

    Python

    C 语言

    C++基础

    大数据基础

    linux编程基础

    C/C++面试题目