Audio/video stream recording forums
|
Attention Visitor: |
You may have to register or log in before you can post:
|
|
|
Thread Tools | Display Modes |
#1
|
|||
|
|||
Opening all *.htm files from current and nested directories using find and geditIf you want to edit files one by one:
Code:
find -name '*.htm' -exec gedit {} \; Code:
find . -name "*.htm" |xargs gedit |
Tags: find, gedit |
Thread Tools | |
Display Modes | |
|
|