Tag: tag
Intro summary and details tags in HTML5
January 5, 2021
A brief introduction to the <summary> and the <details> HTML5 Tags
Copy all Txt Files
May 18, 2008
Find and copy all files with ‘.txt’ extention from a directory to another find /home/binnyva -name ‘*.txt’ | xargs cp…
Creating a SVN Tag
March 30, 2008
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
May 20, 2007
Use find and grep to search for a specific text in a directory. In this example, we search for files…
Recent Comments