গ্রেপ (grep)
grep [options] regex [file...]me@howtocode-pc:~$ ls /usr/bin > dirlist-usr-bin.txt
me@howtocode-pc:~$ ls /usr/lib > dirlist-usr-lib.txt
me@howtocode-pc:~$ ls /usr/local > dirlist-local.txt
me@howtocode-pc:~$ ls /usr/share > dirlist-usr-share.txt
me@howtocode-pc:~$ ls dirlist*.txt
dirlist-usr-bin.txt dirlist-usr-lib.txt dirlist-usr-local.txt dirlist-usr-share.txtলিটারাল এবং মেটাক্যারেক্টার (Litarals and Metacharacter)
এনি ক্যারেক্টার (Any Character)
এ্যাঙ্কর (Anchor)
Last updated