Sponsored Content
Full Discussion: SimpleAWK Examples
Top Forums UNIX for Dummies Questions & Answers SimpleAWK Examples Post 302204194 by unxusr123 on Wednesday 11th of June 2008 01:11:44 AM
Old 06-11-2008
SimpleAWK Examples

Can Anyone please give me some simple AWK Examples to clearly understand the usage and syntax of the command.

Thanks
 

10 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

looking for .profile examples

I'm looking for some 'well documented' .profile examples (8 Replies)
Discussion started by: JimC
8 Replies

2. Shell Programming and Scripting

need examples?

Can someone give me an example of two shells? (1 Reply)
Discussion started by: wmosley2
1 Replies

3. Shell Programming and Scripting

examples of hyperlinks in emails

Hi All, Im using bash on a sloaris box. I am using mailx to send emails from the unix box to internal email accounts. Does anyone have an example of how I can generate a hyperlink within the email body so that when the recipeint recieves the email, they can click on the link and the link... (1 Reply)
Discussion started by: satnamx
1 Replies

4. Shell Programming and Scripting

comprehensive expect examples

Can anybody point me to some useful, comprehensive expect examples? I am trying to build a bash script with some telnet interactions. Appreciate any help. Persio (1 Reply)
Discussion started by: ppucci
1 Replies

5. Emergency UNIX and Linux Support

Awk and Sed examples

Hi all, I tried to understand what this awk and sed does but cudnt understand. Can any body explain what awk and sed means with one simple example each and complex examples each with explanation. Thanks in advance. (7 Replies)
Discussion started by: j_panky
7 Replies

6. UNIX for Advanced & Expert Users

Hard Link Examples

Hello, Please move this if I chose the wrong forum category. This question pertains to Unix and Linux I believe. I google the difference between hard and symbolic/soft links and I understand the difference. What I am trying to find is a real example of a hard link being used in a Operating... (11 Replies)
Discussion started by: jaysunn
11 Replies

7. Shell Programming and Scripting

lwp-request examples

Hi; Can i have ne sample examples of of using " lwp-request" in shell script. Is it necessary to have perl installed already in linux box for using this; Thnks; (2 Replies)
Discussion started by: ajaypadvi
2 Replies

8. Shell Programming and Scripting

Is it possible to combine these two PS1 examples?

I need to have the following joined if possible. Any help would be appreciated. 1st PS1 is for current working directory and color in ksh88. PS1=$(printf "\033 2nd PS1 is for the time in ksh88. date '+%H %M %S' | read H M S SECONDS=$((S + 60*(60*H+M))) PS1='${DUMMY:-}... (3 Replies)
Discussion started by: MIBPreacher
3 Replies

9. Programming

Examples, usage, help in C++ program

I have written a C++ program to perform raytracing and would want to write some functions to help the user: examples, usage, help I am wondering how this is done. Would I just put some functions in the main program? (4 Replies)
Discussion started by: kristinu
4 Replies

10. Shell Programming and Scripting

Need lot of examples

Hi, I need a word doc or pdf which contains lots of Shell Programming samples... This is for my open book examination, thanks in advance.. (2 Replies)
Discussion started by: karthikeayan
2 Replies
LIBMTP_track_struct(3)						      libmtp						    LIBMTP_track_struct(3)

NAME
libmtp - LIBMTP_track_struct SYNOPSIS
#include <libmtp.h> Data Fields uint32_t item_id uint32_t parent_id uint32_t storage_id char * title char * artist char * composer char * genre char * album char * date char * filename uint16_t tracknumber uint32_t duration uint32_t samplerate uint16_t nochannels uint32_t wavecodec uint32_t bitrate uint16_t bitratetype uint16_t rating uint32_t usecount uint64_t filesize time_t modificationdate LIBMTP_filetype_t filetype LIBMTP_track_t * next Detailed Description MTP track struct Examples: getplaylist.c, playlists.c, sendtr.c, and tracks.c. Field Documentation char* LIBMTP_track_struct::album Album name for track Examples: tracks.c. Referenced by LIBMTP_destroy_track_t(), and LIBMTP_Update_Track_Metadata(). char* LIBMTP_track_struct::artist Name of recording artist Examples: getplaylist.c, playlists.c, and tracks.c. Referenced by LIBMTP_destroy_track_t(), and LIBMTP_Update_Track_Metadata(). uint32_t LIBMTP_track_struct::bitrate (Average) bitrate for this file min=1 max=0x16e360 Examples: tracks.c. Referenced by LIBMTP_Update_Track_Metadata(). uint16_t LIBMTP_track_struct::bitratetype 0 = unused, 1 = constant, 2 = VBR, 3 = free Examples: tracks.c. Referenced by LIBMTP_Update_Track_Metadata(). char* LIBMTP_track_struct::composer Name of recording composer Examples: tracks.c. Referenced by LIBMTP_destroy_track_t(), and LIBMTP_Update_Track_Metadata(). char* LIBMTP_track_struct::date Date of original recording as a string Examples: tracks.c. Referenced by LIBMTP_destroy_track_t(), and LIBMTP_Update_Track_Metadata(). uint32_t LIBMTP_track_struct::duration Duration in milliseconds Examples: tracks.c. Referenced by LIBMTP_Update_Track_Metadata(). char* LIBMTP_track_struct::filename Original filename of this track Examples: tracks.c. Referenced by LIBMTP_destroy_track_t(), LIBMTP_Get_Tracklisting_With_Callback_For_Storage(), LIBMTP_Get_Trackmetadata(), LIBMTP_Send_Track_From_File_Descriptor(), LIBMTP_Send_Track_From_Handler(), and LIBMTP_Set_Track_Name(). uint64_t LIBMTP_track_struct::filesize Size of track file in bytes Examples: tracks.c. Referenced by LIBMTP_Get_Tracklisting_With_Callback_For_Storage(), LIBMTP_Get_Trackmetadata(), LIBMTP_Send_Track_From_File_Descriptor(), and LIBMTP_Send_Track_From_Handler(). LIBMTP_filetype_t LIBMTP_track_struct::filetype Filetype used for the current track Examples: tracks.c. Referenced by LIBMTP_Get_Tracklisting_With_Callback_For_Storage(), LIBMTP_Get_Trackmetadata(), LIBMTP_Send_Track_From_File_Descriptor(), LIBMTP_Send_Track_From_Handler(), LIBMTP_Set_Track_Name(), and LIBMTP_Update_Track_Metadata(). char* LIBMTP_track_struct::genre Genre name for track Examples: tracks.c. Referenced by LIBMTP_destroy_track_t(), and LIBMTP_Update_Track_Metadata(). uint32_t LIBMTP_track_struct::item_id Unique item ID Examples: sendtr.c, and tracks.c. Referenced by LIBMTP_Get_Tracklisting_With_Callback_For_Storage(), LIBMTP_Get_Trackmetadata(), LIBMTP_new_track_t(), LIBMTP_Send_Track_From_File_Descriptor(), LIBMTP_Send_Track_From_Handler(), LIBMTP_Set_Track_Name(), and LIBMTP_Update_Track_Metadata(). time_t LIBMTP_track_struct::modificationdate Date of last alteration of the track Referenced by LIBMTP_Get_Tracklisting_With_Callback_For_Storage(), and LIBMTP_Get_Trackmetadata(). LIBMTP_track_t* LIBMTP_track_struct::next Next track in list or NULL if last track Examples: tracks.c. Referenced by LIBMTP_Get_Tracklisting_With_Callback_For_Storage(). uint16_t LIBMTP_track_struct::nochannels Number of channels in this recording 0 = unknown, 1 or 2 Examples: tracks.c. Referenced by LIBMTP_Update_Track_Metadata(). uint32_t LIBMTP_track_struct::parent_id ID of parent folder Referenced by LIBMTP_Get_Tracklisting_With_Callback_For_Storage(), LIBMTP_Get_Trackmetadata(), LIBMTP_Send_Track_From_File_Descriptor(), and LIBMTP_Send_Track_From_Handler(). uint16_t LIBMTP_track_struct::rating User rating 0-100 (0x00-0x64) Examples: tracks.c. Referenced by LIBMTP_Update_Track_Metadata(). uint32_t LIBMTP_track_struct::samplerate Sample rate of original file, min 0x1f80 max 0xbb80 Examples: tracks.c. Referenced by LIBMTP_Update_Track_Metadata(). uint32_t LIBMTP_track_struct::storage_id ID of storage holding this track Examples: sendtr.c. Referenced by LIBMTP_Get_Tracklisting_With_Callback_For_Storage(), LIBMTP_Get_Trackmetadata(), LIBMTP_Send_Track_From_File_Descriptor(), and LIBMTP_Send_Track_From_Handler(). char* LIBMTP_track_struct::title Track title Examples: getplaylist.c, playlists.c, and tracks.c. Referenced by LIBMTP_destroy_track_t(), and LIBMTP_Update_Track_Metadata(). uint16_t LIBMTP_track_struct::tracknumber Track number (in sequence on recording) Examples: tracks.c. Referenced by LIBMTP_Update_Track_Metadata(). uint32_t LIBMTP_track_struct::usecount Number of times used/played Examples: tracks.c. Referenced by LIBMTP_Update_Track_Metadata(). uint32_t LIBMTP_track_struct::wavecodec FourCC wave codec name Examples: tracks.c. Referenced by LIBMTP_Update_Track_Metadata(). Author Generated automatically by Doxygen for libmtp from the source code. Version 1.1.3 Sun Feb 17 2013 LIBMTP_track_struct(3)
All times are GMT -4. The time now is 10:58 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy