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
相关文章
相关标签/搜索