Displaying 15 results from an estimated 15 matches for "file6".
Did you mean:
file
2011 Jun 19
1
save and load in R
I have a list of txt files that I want to convert into .rdata R data
object.
filenames
1. "./file1.txt"
2. "./file2.txt"
3. "./file3.txt"
4. "./file4.txt"
5. "./file5.txt"
6. "./file6.txt"
7. "./file7.txt"
8. "./file8.txt"
9. "./file9.txt"
10. "./file10.txt"
I saved these files as
for ( i in 1:10)
{
dataFile = read.table(filenames[i], header=TRUE, sep='\t');
save (dataFile, file = outfilenames[i])
}
The inpt files are saves...
2002 Feb 05
0
OLE Automation registry entry error
...File1=1,,setup1.ex_,setup1.exe,$(WinPath)
File2=1,,VB5StKit.dl_,VB5StKit.dll,$(WinSysPath),,$(Shared)
File3=1,,VB5FR.dl_,VB5FR.dll,$(WinSysPath),,$(Shared)
File4=1,,MSVBVM50.dl_,MSVBVM50.dll,$(WinSysPathSysFile),$(DLLSelfRegister)
File5=1,,StdOle2.tl_,StdOle2.tlb,$(WinSysPathSysFile),$(TLBRegister)
File6=1,,OleAut32.dl_,OleAut32.dll,$(WinSysPathSysFile),$(DLLSelfRegister)
File7=1,,OlePro32.dl_,OlePro32.dll,$(WinSysPathSysFile),$(DLLSelfRegister)
File8=1,,AsycFilt.dl_,AsycFilt.dll,$(WinSysPathSysFile)
File9=1,,Ctl3d32.dl_,Ctl3d32.dll,$(WinSysPathSysFile)
File10=1,,ComCat.dl_,ComCat.dll,$(WinSysPathS...
2012 Jun 19
2
we want to delete all files in a folder except the files with the most recent date
Hi,
We want to delete all files in a folder except the files with the most recent date
example
ls -l
jun 3 10:45 file1
jun?3 12:20 file2
jun 2 10:20 file3
jun 2 05:00 file4
jun 1 12:00 file5
jun 1 10:00 file6
jun2 en jun1 must be deleted
regards,
2004 Sep 01
2
ocfs doesn't free space?
...1.1.2-PROD1 Fri Apr 2 14:04:05 PST 2004 (build
fcb0206676afe0fcac47a99c90de0e7b)
filelisting:
File1 = /tablespaces/
File2 = /tablespaces/vbv/
File3 = /tablespaces/undo2_01.dbf
File4 = /tablespaces/undo1_01.dbf
File5 = /tablespaces/tools01.dbf
File6 = /tablespaces/temp01.dbf
File7 = /tablespaces/system01.dbf
File8 = /tablespaces/dp/
File9 = /tablespaces/dp/idx01.dbf
File10 = /tablespaces/abo/
File11 = /spfileDPS.ora
File12 = /redologs2/
File13 = /redologs2/log6a.rdo
File14...
2007 May 23
0
FreeBSD Security Advisory FreeBSD-SA-07:04.file
...ation below, and verify the
detached PGP signature using your PGP utility.
[FreeBSD 5.5]
# fetch http://security.FreeBSD.org/patches/SA-07:04/file5.patch
# fetch http://security.FreeBSD.org/patches/SA-07:04/file5.patch.asc
[FreeBSD 6.1 and 6.2]
# fetch http://security.FreeBSD.org/patches/SA-07:04/file6.patch
# fetch http://security.FreeBSD.org/patches/SA-07:04/file6.patch.asc
b) Execute the following commands as root:
# cd /usr/src
# patch < /path/to/patch
# cd /usr/src/lib/libmagic
# make obj && make depend && make && make install
VI. Correction details
The follow...
2001 Mar 15
1
Printing problems with wine
...= "/windows/Windows/afmfiles/base35/agdo____.afm"
"file3" = "/windows/Windows/afmfiles/base35/agw_____.afm"
"file4" = "/windows/Windows/afmfiles/base35/agwo____.afm"
"file5" = "/windows/Windows/afmfiles/base35/bkd_____.afm"
"file6" = "/windows/Windows/afmfiles/base35/bkdi____.afm"
"file7" = "/windows/Windows/afmfiles/base35/bkl_____.afm"
"file8" = "/windows/Windows/afmfiles/base35/bkli____.afm"
"file9" = "/windows/Windows/afmfiles/base35/cob_____.afm"...
2007 Nov 22
1
wget'ing files relative paths?
I'm trying to wget some very specific files off a web page, but some of the
paths are relative paths (e.g. ../path/to/file) rather than abosolute
(e.g. http://direct/path/to/file
). Obviously, when wget gets to that part, it craps out...
Is there a switch in wget (in CentOS 5 - latest wget package) that lets me
maintain this session? I tried some of the options here
2003 Oct 10
0
Share informations...
Hi all !
How can I change the rights on a folder or subfolder in a samba share ?!
Exemple:
i'v got this:
- MyRep <- Owner(User1)(RWX) Group(MyGroup)(RWX)
Other()()
| - SubRep <- Owner(User1)(RWX) Group(MyGroup)(RWX)
Other()()
| | * File6.doc
| | * File7.doc
| * File1.doc
| * File2.doc
i've got 3 users and one group:
- user1
- user2
- user3
- MyGroup (user1, user2, user3)
I've got this in smb.conf
[MyGroup]
comment = My Folder
path = /home/MyRep
valid users = user1
browseable = yes...
2016 Dec 14
4
[PATCH 0/4] sysprep: Remove various backup files.
https://bugzilla.redhat.com/show_bug.cgi?id=1401320
This series contains two new operations.
The second -- and least controversial -- is "passwd-backups" which
removes files such as /etc/passwd-, /etc/shadow- and so on.
The first one ("backup-files") searches the whole guest filesystem for
any regular file which looks like an editor backup file, such as "*~"
and
2016 Dec 14
5
[PATCH v3 0/5] sysprep: Remove various backup files.
v3:
- Split out test for "unix-like" guest OSes into separate commit.
- Add guestfish --format=qcow2 to the test (x2).
Rich.
2016 Dec 14
6
[PATCH v2 0/4] sysprep: Remove various backup files.
In v2:
- The backup-files operation now operates on a conservative whitelist
of filesystems, so it won't touch anything in /usr. Consequently
it also runs much more quickly, about 4 seconds on the barebones
virt-builder fedora-25 image.
- Call Gc.compact () in visit_tests.
- Added documentation to fnmatch.mli.
2014 Jan 31
2
[Bug 10409] New: issue with "Number of deleted files"
...ync -uvazhiH --delete
--delete-after --stats -e "ssh -l ****" /opt/swe/install/tools/
/opt/swe/install/files/
the output is
building file list ... done
.d..t...... ./
*deleting file1.txt
*deleting file2
*deleting file3.log
*deleting file4.txt
*deleting file5.log
*deleting file6
*deleting file7
Number of files: 4 (reg: 3, dir: 1)
Number of created files: 0
Number of deleted files: 7 (reg: 7)
Number of regular files transferred: 0
Total file size: 1.08M bytes
Total transferred file size: 0 bytes
Literal data: 0 bytes
Matched data: 0 bytes
File list size: 0
File list gene...
2018 Mar 13
1
trashcan on dist. repl. volume with geo-replication
Hi Kotresh,
thanks for your repsonse...
answers inside...
best regards
Dietmar
Am 13.03.2018 um 06:38 schrieb Kotresh Hiremath Ravishankar:
> Hi Dietmar,
>
> I am trying to understand the problem and have few questions.
>
> 1. Is trashcan enabled only on master volume?
no, trashcan is also enabled on slave. settings are the same as on
master but trashcan on slave is complete
2014 Jan 02
12
[Bug 10357] New: make check fails for xattr tests
...ng: "/home/pavlix/rhel/rsync/rsync-3.0.9/rsync -aiX -H --fake-super
--link-dest=../chk . ../to"
cd........x ./
cf........x file0
cf........x file1
cf........x file2
cf........x file4
cd........x foo/
cf........x foo/file3
cd........x foo/bar/
cf........x foo/bar/file5
hf+++++++++ foo/bar/file6 => foo/bar/file5
[receiver] could not find xattr #1 for file0
rsync error: protocol incompatibility (code 2) at xattrs.c(636)
[receiver=3.0.9]
rsync: connection unexpectedly closed (73 bytes received so far) [sender]
rsync error: error in rsync protocol data stream (code 12) at io.c(605)
[sender...
2004 Feb 20
1
ocfs hung
...000000000000000
seq_num = 1204
dir_ent = 0
hbm = 0 20
[root@dc1node1 root]# debugocfs -l /dev/sdd | head -30
filelisting:
File1 = /oracle/
File2 = /oracle/ctrl/
File3 = /oracle/ctrl/
File4 = /oracle/ctrl/
File5 = /oracle/ctrl/
File6 = /oracle/prod/
File7 = /oracle/prod/proddata/
File8 = /oracle/prod/ctrltest/
File9 = /oracle/prod/proddata/
File10 = /oracle/prod/ctrldata/
File11 = /oracle/prod/proddata/
File12 = /oracle/prod/proddata/zsad01.dbf
File13 = /oracle/prod/prodda...