Search Results

Search: Posts Made By: kg_gaurav
Forum: Programming 07-25-2013
16,202
Posted By shamrock
The use of char __user *buf is typically found in...
The use of char __user *buf is typically found in the linux kernel...denoting that this address is in the user space. For example when writing to disk the kernel copies the contents of *buf into a...
6,109
Posted By bakunin
First, you have to distinguish between mail as a...
First, you have to distinguish between mail as a (network) protocol and the means (clients, servers, MTAs, ...) to use this protocol.

The mail protocol - SMTP - allows to send messages with any...
14,248
Posted By Don Cragun
awk '$3 == "chr3" && ($4 + 0) >= 112937439 && $4...
awk '$3 == "chr3" && ($4 + 0) >= 112937439 && $4 <= 113437438' file.sam > subset.sam
Showing results 1 to 3 of 3

 
All times are GMT -4. The time now is 03:11 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy