[find][grep] find all c file and grep specific word Posted by Computer Newbie on 晚上11:55 in bash script, Linux, Ubuntu / No comments [find][grep] find all c file and grep specific word find . -name *.c -print | xargs grep "Keyword" Reference: How To Find Files by Content Under UNIX Share This: Facebook Twitter Google+ Stumble Digg 以電子郵件傳送這篇文章BlogThis!分享至 X分享至 Facebook Related Posts:[Linux Command] blockdev - call block device ioctls from the command line # blockdev --getsize64 /dev/mtdblock0 131072 # blockdev --getsz /dev/mtdblock0 256 256 (sector) * 512 (bytes/sector) = 131072 bytes Restore uboot… Read More[Burn DVD] How to burn iso into DVD by using command linegrowisofs -dvd-compat -Z /dev/sr0=/home/happy/happy.iso Reference: How to burn iso image to DVD using dd command BURNING A MULTISESSION DVD … Read More[Cross Compile][C] How to compile code by using cross compileCopy all header file and share library to separate folder. (include & lib) Set path which can find armeb-gnueabi-cc. Ex: set PATH=$PATH:/opt/… Read More[Netbean 8.0.1] Install Netbean and Use Swing Install : According to [NetBeans] install NetBeans to install netbean Using Swing : Create a project Delete the original java at the first. Add a… Read More[GitHub] How to clone the code from githubFirst : Make sure the key have post github websit. Step 1: Check for SSH keys cd ~/.ssh Step 2: Generate a new SSH key ssh-keygen -t rsa -C "yo… Read More
0 意見:
張貼留言