Bash phpize command not found
# phpize bash: phpize: command not found This error comes as “phpize” command is not available on my system To…
Read More# phpize bash: phpize: command not found This error comes as “phpize” command is not available on my system To…
Read More20 Useful GREP Commands grep -V Show the version of Grep command like “grep (GNU grep) 2.14” grep "search string"…
Read MoreArchive.tar Create Archive tar cvf archive.tar dir_name/ Creating archive.tar Extract Files tar xvf archive.tar Extracting all files from archive.tar tar…
Read MoreTo join/concatenate two variables in bash-script use following: 1) “${var1}_${var2}” # here we have joined var1 and var2 separated by…
Read MoreI want to create a custom command on linux (ubantu) which I need to execute regularly. steps are: create a…
Read More