sed use case: Filter without editing

if we want to filter with sed pattern and just print the filtered lines without any further editing , we can do it like thishtml ls -a1 ~ | sed -ne "/^\./p" This command will print all dir entries tha
相關文章
相關標籤/搜索