<tutorialjinni.com/>

Present Working Directory in windows 10

Posted Under: Shell on Jan 23, 2017
Present Working Directory in windows 10
Windows is so graphics rich that often forgot that it even has a command line. While Linux guys can not imagine life without a shell.

Open Command Prompt in Specific Folder Windows 10

Posted Under: Shell on Jan 18, 2017
Open Command Prompt in Specific Folder Windows 10
When command windows in open it will be open in users working directory by default. It is annoying to give path to command window by issuing several change directory (CD) commands in order to reach the desired location.

Customize Command Prompt Windows 10

Posted Under: Shell on Jan 18, 2017
Customize Command Prompt Windows 10
Very few people known that windows terminal or command prompt can also be customized. It can be personalized beyond simple color and font changes. In this tutorial we will customize the Windows 10 command prompt.

IDM Alternative for Ubuntu Linux

Posted Under: Shell on Nov 16, 2016
IDM Alternative for Ubuntu Linux
Internet Download Manager (IDM) is undoubtedly is one of the best download managers for windows. But it is not available for Linux environments. On Linux one uses wget or cURL or have to reply on browser downloading capabilities.

Delete Millions Of Files At Once In Linux

Posted Under: Shell on Nov 12, 2016
Delete Millions Of Files At Once In Linux
Usually if you want to remove files from Linux /bin/rm *.ext will do the trick. But there is a limit to what rm can do. If you tried to do this where number of files are in millions this command simple do not work.