search for: fdir

Displaying 4 results from an estimated 4 matches for "fdir".

Did you mean: dir
2003 Dec 20
1
rsync "hang"
...size nor content. They where in fact the unzip of the 8_Recommended patch set. We have been coping one partition to another in this mannor for several months using this procedure (extracted from larger procedure). echo "Copy /bk1-dbX files to /bk2-dbX" foreach DBX (db1 db2 db3) set FDIR="/bk1-$DBX/oracle" set TDIR="/bk2-$DBX/oracle" echo "Copy of $DBX files from bk1 to bk2" echo $FDIR $TDIR # rsync -rltv --delete -e ssh "$FDIR" "$TDIR" rsync -rltv --delete "$FDIR" "$TDIR" echo "&qu...
2012 Nov 03
7
some help
Hi People! I have following concern consisting of some steps to do in R: I have an ascii file (table) consisting of many columns and rows. 1. I would like to order all values of the columns one under each other. It will begin with column 1, then column 2 under column 1, column 3 under column 2 etc. until at the end there is only 1 column. How do I do it? 2. Second problem is to make a
2011 Dec 05
8
[net-next RFC PATCH 0/5] Series short description
multiple queue virtio-net: flow steering through host/guest cooperation Hello all: This is a rough series adds the guest/host cooperation of flow steering support based on Krish Kumar's multiple queue virtio-net driver patch 3/3 (http://lwn.net/Articles/467283/). This idea is simple, the backend pass the rxhash to the guest and guest would tell the backend the hash to queue mapping when
2011 Dec 05
8
[net-next RFC PATCH 0/5] Series short description
multiple queue virtio-net: flow steering through host/guest cooperation Hello all: This is a rough series adds the guest/host cooperation of flow steering support based on Krish Kumar's multiple queue virtio-net driver patch 3/3 (http://lwn.net/Articles/467283/). This idea is simple, the backend pass the rxhash to the guest and guest would tell the backend the hash to queue mapping when