Tag: tag

Intro summary and details tags in HTML5

A brief introduction to the <summary> and the <details> HTML5 Tags

Copy all Txt Files

Find and copy all files with ‘.txt’ extention from a directory to another find /home/binnyva -name ‘*.txt’ | xargs cp…

Creating a SVN Tag

Creating a tag in SVN means that you copy the entire trunk to another folder in the ‘tags’ folder… svn…

Searching text in a directory using find and grep

Use find and grep to search for a specific text in a directory. In this example, we search for files…