Sponsored Content
Full Discussion: new hd of 120 gb
Operating Systems Linux Debian new hd of 120 gb Post 302112863 by sadiquep on Saturday 31st of March 2007 01:12:57 PM
Old 03-31-2007
thanks a lot for advice

thank a lot for ur advise for partition and formating

can anybody say me about

how i can search a file in entire volume using ls and find commands

like dir abc.txt /s in windows

ie i need to find the location of file or filename from root

regards
 

3 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

prc_sync: Script (s90atlas) failed to complete in 120 seconds

I got this message during the reboot process of a Sco Open Server 5 machine: prc_sync: Script (s90atlas) failed to complete in 120 seconds After that, the server rebooted normally, BUT, ftp into that server takes a lot of time to get connected. Another thing is that pinging another outside... (1 Reply)
Discussion started by: BAM
1 Replies

2. Shell Programming and Scripting

Split a huge line into multiple 120 characters lines with sed?

Hello , I'm trying to split a file which contains a single very long line. My aim is to split this single line each 120 characters. I tried with the sed command : `cat ${MYPATH}/${FILE}|sed -e :a -e 's/^.\{1,120\}$/&\n/;ta' >{MYPATH}/${DEST}` but when I wc -l the destination file it is... (2 Replies)
Discussion started by: jerome_1664
2 Replies

3. AIX

43p 120

I have acquired a 43p 120 (7248-120) and I have two questions: Can anyone remember what is the highest version of AIX which I can install (5.1 I believe) and Can anyone remember how to boot this from the CDROM (boot floppy?) (1 Reply)
Discussion started by: johnf
1 Replies
UUID_COMPARE(3) 						    Libuuid API 						   UUID_COMPARE(3)

NAME
uuid_compare - compare whether two UUIDs are the same SYNOPSIS
#include <uuid/uuid.h> int uuid_compare(uuid_t uu1, uuid_t uu2) DESCRIPTION
The uuid_compare function compares the two supplied uuid variables uu1 and uu2 to each other. RETURN VALUE
Returns an integer less than, equal to, or greater than zero if uu1 is found, respectively, to be lexigraphically less than, equal, or greater than uu2. AUTHOR
Theodore Y. Ts'o AVAILABILITY
libuuid is part of the util-linux-ng package since version 2.15.1 and is available from ftp://ftp.kernel.org/pub/linux/utils/util-linux- ng/. SEE ALSO
uuid(3), uuid_clear(3), uuid_copy(3), uuid_generate(3), uuid_is_null(3), uuid_parse(3), uuid_unparse(3) util-linux-ng May 2009 UUID_COMPARE(3)
All times are GMT -4. The time now is 08:23 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy