find command examples UNIX / Linux Commands
Unknown
find command examples
Find files using file-name ( case in-sensitve find)
# find -iname "MyCProgram.c"
Execute commands on files found by the find command
$ find -iname "MyCProgram.c" -exec md5sum {} \;
Find all empty files in home directory
# find ~ -empt...
21:39
UNIX / Linux Commands
grep command examples UNIX / Linux Commands
Unknown
grep command examples
Search for a given string in a file (case in-sensitive search).
$ grep -i "the" demo_file
Print the matched line, along with the 3 lines after it.
$ grep -A 3 -i "example" demo_text
Search for a given string in all files recursively
$ grep -r "ramesh" ...
21:37
UNIX / Linux Commands
tar command examples using UNIX / Linux Commands
Unknown
tar command examples
Create a new tar archive.
$ tar cvf archive_name.tar dirname/
Extract from an existing tar archive.
$ tar xvf archive_name.tar
View an existing tar archive.
$ tar tvf archive_name.tar...
21:36
UNIX / Linux Commands
History Of SAP Software
Unknown
History Of SAP Software
From day one, SAP was created as a global software product.
The software was engineered on a multilingual and multinational platform.
Only a few years after its core product hit the marketplace the SAP become Germany's top software vendor.
SAP AG also offers comprehensive industry solutions besides regular SAP software (ECC products).
Examples are...
21:46
ERP
Learn ERP & CRM
Unknown
Java Intoductions
Unknown
Java is widely used robust technology. let's start learning java from basic like what is java, core java where it is used, what type of applications are created in java and why we use java.
first of let's see what is java..?
Java is programming language and a platform. java is high level, robust secured and object oriented programming language.
Platform any hardware or software...
23:34
30 New Social Bookmarking Sites List for Strong Backlink
Unknown
20:29
freelancing
oDesk Upwork cover letter samples
Unknown
oDesk/Upwork Cover Letter for SEO (Search Engine Optimization)
Dear Hiring Manager/Hello
I’ve carefully gone through your job
posting on “SEO Expert”. I ’m an expert Search Engine Optimizer with
more than 2 years experiences of both “On-Page” and “Off -Page” SEO. I
am very much interested in your project with all of your requirements.
Recently I have successfully completed...
20:27
freelancing
Additional Questions and Answers of oDesk/Upwork Job Application
Unknown
1. What past project or job have you had that is most like this one and why?
Ans: According to your job requirements, I have done
many projects like yours. For more details you can check my portfolio,
profiles and employment history where you will find the similar projects
like your desire one.
2. Do you have suggestions to make this project run successfully?
Ans: Sure I have...
20:17
freelancing
Memcached Storage Commands
Unknown
Memcached - Set Data
Memcached set command is used to set a value to key; if the key does not exist, a new key is created and value is assigned to that key.
Syntax
The basic syntax of Memcached set command is as shown below −
set key flags exptime bytes [noreply]
value
The keywords in the syntax are as described below −
key - It is the name of...
Subscribe to:
Posts
(
Atom
)