Sponsored Content
Full Discussion: Back up implementation
Top Forums Shell Programming and Scripting Back up implementation Post 302700533 by Sindhu R on Thursday 13th of September 2012 02:03:15 PM
Old 09-13-2012
So you are ssaying every ile is having a back up right?
 

9 More Discussions You Might Find Interesting

1. AIX

back to back printing in UNIX

Hi , Can you suggest me how to back to back printing in UNIX? Is there any way? Kindly advise. Regards Vijaya Amirtha Raj (3 Replies)
Discussion started by: amirthraj_12
3 Replies

2. IP Networking

Back-to-Back Connection using HBAs

Hi every body, Is it possible to connect two servers Back-to-Back (Point-to-Point) using HBA adapters & using Fiber. Note it is direct connection & there is no switches between the servers. I'm concern about using HBA adapters, it is possible or not. Thanks in advance. :) (3 Replies)
Discussion started by: aldowsary
3 Replies

3. Shell Programming and Scripting

Need help on AWK implementation

Hi, I am accepting a string from user. compare this output with the awk output as below... echo "\n\n\tDay : \c" read day awk '{ if($day == $2) { if ($mon == $1) { print "Yes" }}}' syslog.txt I am getting the follwoing error awk: Field $() is not correct. The input line... (5 Replies)
Discussion started by: EmbedUX
5 Replies

4. Programming

Malloc implementation in C

Hey Guys I am trying to implement the malloc function for my OS class and I am having a little trouble with it. I would be really grateful if I could get some hints on this problem. So I am using a doubly-linked list as my data structure and I have to allocate memory for it (duh...). The... (1 Reply)
Discussion started by: Gambit_b
1 Replies

5. UNIX for Advanced & Expert Users

Malloc Implementation in C

Hey Guys Some of my friends have got together and we are trying to write a basic kernel similar to Linux. I am trying to implement the malloc function in C and I am using a doubly linked list as the primary data structure. I need to allocate memory for this link list (duh...) and I don't feel... (2 Replies)
Discussion started by: rbansal2
2 Replies

6. Programming

Implementation of dup2

Hi all,I'm reading <Advanced programming in the UNIX environment>,that book asked the reader to implement a function which has same functions with dup2 without calling fcntl.Could anyone give me a tip?Any help will be appreciated.:) (8 Replies)
Discussion started by: homeboy
8 Replies

7. Linux

CAPWAP implementation

Hi I'm trying to implement CAPWAP protocol for my application.i'm able to configure my server side but i'm getting error at client(WTP) side as IOCTL error.while running the command #./WTP /mnt/cf/capwap/ : wlan2 Starting WTP... # WTP Loads... (0 Replies)
Discussion started by: ran789
0 Replies

8. UNIX for Dummies Questions & Answers

Lseek implementation

Hi everybody, i've been googling for ages now and gotten kinda desperate... The question, however, might be rather trivial for the experts: What is it exactly, i.e. physically, the POSIX function (for a file) "lseek" does? Does it trigger some kind of synchronization on disk? Is it just for the... (4 Replies)
Discussion started by: Humudituu
4 Replies

9. Programming

C: CSV implementation

I have this code from a programming book: #include <stdio.h> #include <string.h> char buf; /* input line buffer */ char* field; /* fields */ char* unquote( char* ); /* csvgetline: read and parse line, return field count */ /* sample input:... (3 Replies)
Discussion started by: totoro125
3 Replies
BINSTATS(1)							   Debian Manual						       BINSTATS(1)

NAME
binstats - display statistics about programs and libraries SYNOPSIS
binstats [-b[inaries]=bindirs] [-d[ebug]] [-s[kip-debian] [-f[ile]=logfile] [-l[ibraries]=libdirs] [-m[anuals]=mandirs] [-p[ath]=path] [-t[emp]=tmpdir] binstats -h[elp] binstats -v[ersion] OPTIONS
-binaries bindirs bindirs is a quoted list of whitespace delimited directories where programs should be searched for. -debug Store temporary files in the current directory and do not remove them when finished. -skip-debian Skip Debian tests that analyse installed packages even if this is a Debian system. -file logfile Output report to logfile instead of standard output. -help Display a usage summary and exit. -libraries libdirs libdirs is a quoted list of whitespace delimited directories where libraries should be searched for. -manuals mandirs mandirs is a quoted list of whitespace delimited directories where manpages should be searched for. -path path Use the specified path instead of the value of the environment variable PATH. -temp tmpdir Store temporary files in tmpdir instead of the value of the environment variable TMPDIR, if defined, or /tmp. -version Output version information and exit. AUTHOR
Peter Chang <Peter.Chang@nottingham.ac.uk>. This manual page was originally written by Matej Vela <vela@debian.org>. Debian Project October 31, 1999 BINSTATS(1)
All times are GMT -4. The time now is 01:27 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy