Skip to content
Archive of posts tagged free

cd across parallel directories

Here is a simple and fast way to cd across parallel directory. 1cd ${PWD/test/actual} Related articles Linux command line tips: wget (ghacks.net) Article Directory Submissions (tjantunen.com) Article Directory Submissions (cash-bandit.com) Create a repository from your fedora DVD (annupandey.wordpress.com) Sphere: Related Content Technorati Tags: bash, Compact Disc, Computer file, Disk image, Folder (computing), free, google, hosting, [...]

Ultralight DIY distribution

Image via Wikipedia Tiny Core: Ultralight DIY distribution When reviewing a lightweight distribution, the term Swiss Army knife is sometimes employed to indicate that it’s packed with features despite a diminutive size. However, at 11MB for the ISO, Tiny Core is more of a blank-slate distribution, as when booted from a CDROM or a USB [...]

Empty a file

Image via Wikipedia This one is for those who know the “touch” command. Hope all of us do not follow a  command just because it is on one of the popular site without trying to understand the command and the output. Empty a file 1touch file * View this command to comment, vote or add [...]