1. Write a command to print the lines that has the the pattern “july” in all the files in a particular directory? grep july * This will print all the lines in all files that contain the wo… more →
dwbi tutorialswrote 1 hour ago: I basically wanted to learn about how to restore cron from a backed up file. Backing up cron manuall … more →
wrote 5 hours ago: You may have read that the last release of DB2 (8.2.2) was specifically Optimized for SAP. What exac … more →
wrote 9 hours ago: Title: Senior Java/J2EE Developer with Financial Banking Industry experience Location: Jersey City, … more →
wrote 14 hours ago: 2 Senior Java Engineers & An Architect LOCATION: Manhattan, NYC TERMS: Full-Time INDUSTRY: Finan … more →
wrote 1 day ago: Cp It used to copy the file. There are two different option for copy the files( -p and -r ) -p optio … more →
wrote 1 day ago: Did you enjoy last five posts about Excel, but you still don’t get the network part? Let … more →
wrote 1 day ago: What is Linux? Linux is an operating system that evolved from a kernel created by Linus Torvalds whe … more →
wrote 2 days ago: If you are used to play with multi users servers and you feel bored you can start a random chat with … more →
wrote 2 days ago: In today’s world of constantly advancing and evolving technology, it seems as if we’re h … more →
wrote 3 days ago: So, I have been in my UX role for officially 5 weeks and only solely doing this role the last two. I … more →
wrote 3 days ago: SAP BASIS Administrator, SoCal, 1 year+ NOTE: Professionals applying for this job must either be a … more →
wrote 3 days ago: Introduction The main objective of cryptography is to provide a mechanism for two (or more) entities … more →
wrote 4 days ago: PLM is enterprise tool and eventually a major part of employees will have a task to do in PLM Tool. … more →
wrote 4 days ago: Why doesn’t Microsoft keep things simple and just continue to support Windows 7? They can do w … more →
wrote 4 days ago: #!/bin/sh . $HOME/cron/setenv.cron export SCRIPT_DIR=$HOME/cron export JOB_NAME=`basename $0` export … more →
wrote 4 days ago: #!/bin/sh # # comments – config file notes # ssh system SID PW RED YELLOW # export JOB_ID=$PPI … more →
wrote 4 days ago: #!/bin/sh # check for command line arguments if [[ $# -gt 0 ]] then THRESHOLD=$1 INTERVAL=$2 # Sets … more →
wrote 4 days ago: It’s really annoying that every program has its own way to interpret regular expressions. So i … more →
wrote 4 days ago: scp <file/files> -c blowfish -C <remoteuser>@<remotehost> … more →