Results for "TE"

Pages

  • Check the Size of a directory & Free disk space.

    ...orking directory along with their sizes in kilobytes (default). The last line of...o;du”command with some flag gives you a better output than the default one....would exclude all the files having the given pattern present in their filenames....

    3701 days ago

  • Find certain files/documents in Linux OS

    ...mportant and much used command in Linux sytems. Find command used to search and locate list of files and directories...xt and contains both capital and small letters in /home directory.# find /...sh; Find Files and Directories Based on Date and Time26. Find Last 50 Days...

    3680 days ago

  • Check Linux server configuration !!

    ...ng them you can gather the system/server information.To check what version of Operating System is installed on the server y...Here processor number 0 indicates that the system is having on...:   4625484 kBCommitted_AS:   977132 kBVma...

    3651 days ago

  • Linux Sort Commands for Bioinformatics

    ...tc have built-in sort, but unfortunately none of them are as flexibl...rt by yourself. sort a space-delimited file based on its first colu...500M -t $HOME/tmp input.txt > sorted.txt sort starting from the...torsort --helpon your Unix/Linux system.

    3625 days ago

  • Monitor running jobs on Linux server

    ...a screen that looks like this, and is updated regularly:Simple, right? Heh.First! Note that you can use ‘q&rsq...0 stopped,   0 zombieThis line tells you how many processes are...s the right, as well as the COMMAND. This tells you how compute- and memor...

    3619 days ago

  • Search Shell Command History

    ...sis. Most of them are actually repeated several time. The question r...ry list with line numbers. Lines listed with with a * have been modi...ber.To search particular command, enter:$ history | grep command-nam...For example list last 10 command, enter:$ fc -l 10To list commands 1...

    3613 days ago

  • A guide for complete R beginners :- R Syntax

    ...on, including options, are in brackets. Note that all dat and options are separated by a comma Function(data,...read.table’ help.search(“t test”) Searches for hel...earch(‘phrase’) ??“t test” Information is us...

    3356 days ago

  • A guide for complete R beginners :- Getting data into R

    ...lsquo;[1] 1 2 3 4 5′ Note that names need to be quoted...e file The file is a plain text file (there are function to...or read.table If is is separated only by tabs and has a heade...unt of Something”) Note Nothing will appear on scr...

    3356 days ago

  • A guide for complete R beginners :- Installing R packages

    ...own exponentially! This is a short post giving steps on how to actually install...s without root access First, you need to designate a directory where you will st...all the time. To avoid this burden,  we create a file .Renviron in our home...

    3356 days ago

  • Perl One liner basics !!

    ...e most important switch is -e, for execute (or maybe "engage" :) ). The -e switch takes a quoted string of Perl code and exec...s usually means you can't use single-quotes within the one liner code. I...or higher) you can use the -E switch instead of -e. This turns on some o...

    3268 days ago