quote – POFTUT

Windows Ren Command Tutorial with Examples To Rename Files and Folders

Windows ren command is used to rename files and folder. ren command provides command line renaming in MS DOS or cmd.exe. Rename File The most simple usage of ren command is renaming one file. In this example we will provide the source or original file name and destination or new file name. Original file name is myfile and new … Read more

Php – String Variable Type

[rps-include post=6522] Php have variable type string to store text,char or string values. String type generally used to store values like name, surname, explanations, address, questions. String variables do not have any size or length limit theoretically. The only limit is the system memory limit. String can be defined in two ways like below. Single Quote … Read more

Bash Command Basics

Bash is a utility to manage Linux and UNIX boxes and it is very popular because of its simple, well documented and unique usage. There are alternatives to bash like csh,sh,ksh but bash has very high usage rate against others. I have recently work on bash with its manual and wanted to write something that … Read more