Audio/video stream recording forums

Attention Visitor:
You may have to register or log in before you can post:
  • Click the register link to sign up.
  • Registered members please fill in the form below and click the "Log in" button.
To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Audio/video stream recording forums > Other discussions > Linux and software for Linux
Register FAQ Members List Calendar Mark Forums Read

Reply Post New Thread
 
Thread Tools Display Modes
  #1  
Old 02-27-2010, 06:15 AM
Stream Recorder
 
Posts: n/a
Default

Opening all *.htm files from current and nested directories using find and gedit


If you want to edit files one by one:
Code:
 find -name '*.htm' -exec gedit {} \;
If you want to open all files for editing:
Code:
find . -name "*.htm" |xargs gedit
Reply With Quote
Reply Post New Thread
Tags: ,



Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -6. The time now is 05:11 AM.


Powered by All-streaming-media.com; 2006-2011
vB forum hacked with Zoints add-ons