Sponsored Content
Full Discussion: Help with extract using awk
Top Forums Shell Programming and Scripting Help with extract using awk Post 302424398 by methyl on Tuesday 25th of May 2010 06:49:01 AM
Old 05-25-2010
@trey85stang
The file sizes output from "du -s" are quite different from "ls -la", but they are the same as those from "ls -las".
The file sizes from "du -s" and "ls -las" are in units of disc blocks and reflect the actual space taken by the files. A disc block is usually 512 bytes ... but it depends on the system.
The output from "ls -l" is how much data there is in each file up to the EOF marker. The EOF marker may be part-way through a disc block.

On one of my systems a single byte text file takes 8,192 bytes of disc space.
 

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

AWK to extract information

Hi all, I am working on a shell script to extract information from a file that has output from Oracle sqlplus. The problem is that the output of a single line is spread across multiple lines and i do not know as how to extract the particular filed at ones,which spans multiple lines.... (2 Replies)
Discussion started by: harris2107
2 Replies

2. Shell Programming and Scripting

How to extract elements using Awk

Hi, I have this typical extraction problem in AWK. I have 3 input files.. i) First one is somehow like an oracle of:- foo 12,23,24 bla 11,34 car 35 ii)Second file is basically detailing the score for each of the second field of first file. Besides, for the first column, it is the... (3 Replies)
Discussion started by: ahjiefreak
3 Replies

3. Shell Programming and Scripting

Using awk to extract text

I am currently on a project where I must extract all the data between two words. I am currently running a perl script and trying to use awk to extract specific lines of text between two words: ./myscript.pl | awk ' " An example of the output of the script: =================== WORKING LOG... (5 Replies)
Discussion started by: Davizzle
5 Replies

4. UNIX for Dummies Questions & Answers

how extract certain value within a line using awk

hi if would like to get the phone number as an output, can you guide me here please <A>213444555</A><B><B>ABCDEFG</B> I just want to get the phone number from the file in between <A> and </A> Thanks (9 Replies)
Discussion started by: imran721
9 Replies

5. Shell Programming and Scripting

Extract Data - awk

I need to extract columns but the way it should be stored in a file is different.I can simply do a cut -f3,2 filename but the problem is even if i do it so and the values in column 2 are string then col 2 would be appear before col3 I tried awk but using the substr i think its not possible to... (8 Replies)
Discussion started by: dinjo_jo
8 Replies

6. UNIX for Dummies Questions & Answers

Help Using awk to Extract Data

Hi. Im new to UNIX also in programming language which in need help to output like what was I indicated using either awk shell programming or combination of some commands. Correct me if im in the wrong section. Thanks in advance. Input 101 The quick brown fox jumps over the lazy dog 99... (9 Replies)
Discussion started by: bankai29
9 Replies

7. Shell Programming and Scripting

extract texts using awk

Hello, I have two files: File1: a b c d File2: b c e I need 'e' as output.... Thanks.. ---------- Post updated at 12:16 PM ---------- Previous update was at 12:15 PM ---------- (1 Reply)
Discussion started by: shekhar2010us
1 Replies

8. Shell Programming and Scripting

extract data with awk

i have a following output file PF Release 2.4 on SERVICE at Mon Feb 6 18:41:02 2012 ---------------------------------------- ---------------- |pPF |SEP |CAPS |CALLS |OPEN | |-------------------------------------------------------------| | 0 ---... (1 Reply)
Discussion started by: gauravah
1 Replies

9. Shell Programming and Scripting

extract column with awk

This is a example TXT file: ID CDR1 CDR2 CDR3 1 CDR1 CDR3 2 CDR1 CDR2 CDR3 3 CDR3 What I want to do is extract the fourth column with awk, however, there are some blank space in some field. I get wrong result when it print out awk result. awk '{print $1,$4}'... (8 Replies)
Discussion started by: xshang
8 Replies

10. UNIX for Dummies Questions & Answers

Extract lines in awk

Hi, I have one file of the following format: TBCD, 1521, 14585236, NSDFC XSDF, 1845, 14525426, SDFFF SDFC, 4524, 14523655, SDNCV ASBC, 1845, 48754251, SDFFC ASBC, 1845, 54542512, SDFFF ASBC, 1845, 34212512, NSDFC ASBC, 1845, 16890234, ASFCH MNDG, 1896, 15842642, SFTDD SDFC, 8524,... (4 Replies)
Discussion started by: alex2005
4 Replies
BBSTOREACCOUNTS(8)						    Box Backup							BBSTOREACCOUNTS(8)

NAME
bbstoreaccounts - Box Backup store accounts manager SYNOPSIS
bbstoreaccounts [-c config-file] command account-id [command-specific arguments] DESCRIPTION
bbstoreaccounts is the tool for managing accounts on the store server. It can be used to view information related to accounts, as well as create, change and delete accounts on the store server. bbstoreaccounts always takes at least 2 parameters: the command name and the account ID. Some commands require additional parameters, and some commands have optional parameters. Options -c config-file The configfile to use for connecting to the store. Default is /etc/box/bbstored.conf. Commands The commands tells bbstoreaccounts what action to perform. check account-id [fix] The check command verifies the integrity of the store account given, and optionally fixes any corruptions. Note: It is recommended to run the 'simple' check command (without fix) before using the fix option. This gives an overview of the extent of any problems, before attempting to fix them. create account-id disc-set soft-limit hard-limit Creates a new store account with the parameters given. The parameters are as follows: account-id The ID of the new account to be created. A 32-bit hexadecimal number. Cannot already exist on the server. disc-set The disc set from raidfile.conf(5) where the backups for this client will be stored. A number. Each RAID-file set has a number in raidfile.conf. This number is what's used. soft-limit The soft limit is the amount of storage that the server will guarantee to be available for storage. hard-limit The amount of storage that the the server will allow, before rejecting uploads, and starting to eliminate old and deleted files to get back down to soft-limit. delete account-id [yes] Deletes the account from the store server completely. Removes all backups and deletes all references to the account in the config files. delete will ask for confirmation from the user, when called. Using the yes flag, eliminates that need. This is useful when deleting accounts from within a script or some other automated means. 0 info account-id Display information about the given account. Example: [root]# bbstoreaccounts info 1 Account ID: 00000001 Last object ID: 58757 Blocks used: 9864063 (38531.50Mb) Blocks used by old files: 62058 (242.41Mb) Blocks used by deleted files: 34025 (132.91Mb) Blocks used by directories: 6679 (26.09Mb) Block soft limit: 11796480 (46080.00Mb) Block hard limit: 13107200 (51200.00Mb) Client store marker: 1139559852000000 Explanation: Account ID The account ID being displayed. Last Object ID A counter that keeps track of the objects that have been backed up. This number refers to the last file that was written to the store. The ID is displayed as a decimal number, and the object ID can be converted to a path name to a file as follows: convert the number to hex (e.g.: 58757 => 0xE585); The last backed up file will be (relative from the client's store root): e5/o85.rfw. Longer numbers infer more directories in the structure, so as an example 3952697264 as the last object ID gives 0xEB995FB0, which translates to a backup pathname of eb/99/5f/ob0.rfw. Blocks used The number of blocks used by the store. The size in Mb depends on the number of blocks, as well as the block size for the disc set given in raidfile.conf(5). In this case the block size is 4096. Blocks used by old files The number of blocks occupied by files that have newer versions in the store. This data is at risk for being removed during housekeeping. Blocks used by deleted files The number of blocks used by files that have been deleted on the client. This data is at risk for being removed during housekeeping. Blocks used by directories The number of blocks used by directories in the store. Block soft limit The soft limit in blocks. The soft limit is the maximum guaranteed storage space available to the account. When housekeeping starts, and the old and deleted files are removed, they are removed in chronological order (oldest first), until the data used is less than the soft limit. Block hard limit The hard limit in blocks. The hard limit is the most amount of storage the server will allow in an account. Any data above this amount will be rejected. Housekeeping will reduce the storage use, so more data can be uploaded. Client store marker bbstored(8) uses this number to determine if it needs to rescan the entire store. If this number is different from the last time it checked, a rescan will take place. setlimit account-id soft-limit hard-limit Changes the storage space allocation for the given account. No server restart is needed. Parameters: account-id The ID of the account to be modified. soft-limit The soft limit is the amount of storage that the server will guarantee to be available for storage. hard-limit The amount of storage that the the server will allow before rejecting uploads and starting to eliminate old and deleted files to get back down to soft-limit. EXAMPLES
Create an account with ID 3af on disc set 0, with a 20GB soft-limit and a 22GB hard-limit: bbstoreaccounts create 3af 0 20G 22G Alter existing account ID 20 to have a 50GB soft-limit and a 55GB hard-limit: bbstoreaccounts setlimit 20 50G 55G FILES
/etc/box/bbstored/accounts.txt SEE ALSO
bbstored(8), bbstored-config(8) AUTHORS
Ben Summers Per Thomsen James O'Gorman Box Backup 0.11 10/28/2011 BBSTOREACCOUNTS(8)
All times are GMT -4. The time now is 11:37 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy