Sponsored Content
Operating Systems Linux Red Hat compare/diff two directory in two different linux/unix machine Post 302355180 by chuikingman on Tuesday 22nd of September 2009 12:21:47 AM
Old 09-22-2009
compare/diff two directory in two different linux/unix machine

Hi,
I have two server , one linux and one unix .
I want to compare two different directry in them .
What command or tool I can use instead of search the dir one by one ???
thank
 

9 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Compare/Diff between directories and subdirectories?

Hi, Does anybody know the cmd to compare two areas and print out the different files w/ path? I tried cmp and diff and dircmp but with no luck. Should I grep and print? For example: /aa/images/jan ..../images/feb /bb/images/jan ..../images/feb i want to print the compare,... (5 Replies)
Discussion started by: andylee80
5 Replies

2. UNIX for Dummies Questions & Answers

diff between unix and linux

can some 1 tel me wat is difference between unix and linux. and from where i can download unix for free (5 Replies)
Discussion started by: rohansaurav
5 Replies

3. Shell Programming and Scripting

compare two files, diff the result

Hi Everyone, 1.txt 00:01:01 asdf 00:33:33 1234 00:33:33 0987 00:33:33 12 00:33:33 444 2.txt vvvv|ee 444|dd33|ee dddd|ee 12|ee 3ciur|fdd the output should be: (6 Replies)
Discussion started by: jimmy_y
6 Replies

4. Shell Programming and Scripting

Using Diff to Compare 2 files

Hi I've been trying various methods that I have found online with regards to comparing 2 files using the diff command. Nothing seems to work. The problem is that I'm not too familiar with the proper syntax. Can you please assist me. Here is my script: #!/bin/bash awk -F',' -v file1="$1"... (9 Replies)
Discussion started by: ladyAnne
9 Replies

5. Shell Programming and Scripting

How to compare if the size of the directory is more than 500MB in unix

I use du -sk command to find the size of the directory but when i use the result of 'du -sk' into if statement its throwing error.. Could u solve with this..? (14 Replies)
Discussion started by: shaal89
14 Replies

6. Shell Programming and Scripting

Howto compare the columns of 2 diff tables of 2 different schemas in UNIX shell script

HI All, I am new to Unix shell scripts.. Could you please post the unix shell script for for the below request., There are two different tables(sample1, sample2) in different schemas(s_schema1, s_schema2). Unix shell script to compare the columns of two different tables of two... (2 Replies)
Discussion started by: Rajkumar Gopal
2 Replies

7. BSD

Which UNIX / Linux to build a new machine with?

Is freeBSD a good choice for new Unix machine? I want to get back into Unix / Linux. System would be used for light scripting and file server needs. Something with nice software or hardware raid support would be good. If it could support virtual machines, kind of like VMWare's ESX that would be... (5 Replies)
Discussion started by: grips03
5 Replies

8. Shell Programming and Scripting

Using Diff to compare 2 arrays

I have two arrays and they look like this: array=(`cat /local/mnt/*sys/*includes|grep -v NEW`) array2=(`cat /tmp/*sys.z |grep -v NEW`) I am trying to compare them but I need to use the diff -u command. I am not sure how to do this. I cannot just do diff -u ${array} ${array2} I cannot... (4 Replies)
Discussion started by: newbie2010
4 Replies

9. UNIX for Beginners Questions & Answers

Remoute hosted UNIX/Linux Machine Free

Hi Comrades, I am interested if there is the global internet network I can find free access to the Linux or unix server to create the own account to have some practice. Thanks a lot for your advice and comments. BR, Dembi (2 Replies)
Discussion started by: Dembi
2 Replies
VIMPLATE(1)						User Contributed Perl Documentation					       VIMPLATE(1)

NAME
vimplate - the vim template system. DEPENDS on PACKAGES Template-Toolkit http://search.cpan.org/~abw/Template-Toolkit-2.14 please install Template-Toolkit on your system. DEPENDS on SETTINGS variable HOME on unix/bsd/linux the variable home is set. On Windows please set the variable home to the value where _vimplaterc should be locatet. SYNOPSIS
vimplate <-template=<template>> [-out=<file>] [-user=<user>] [-dir=<dir>] [-config=<file>] vimplate <-createconfig> vimplate <-listtemplates> vimplate <-listusers> vimplate <-version> vimplate <-help|-h|-?> vimplate <-man> OPTIONS
-help|-h|-? Print a brief help message and exit. -man Print the manual page and exit. -version Print the version and exit. -createconfig Write a vimplate config to $HOME/.vimplaterc or %HOME%\_vimplaterc (on Windows) and exit. -listtemplate Print the avaible templates and exit. -listusers Print the avaible users and exit. -user|u=<username> Use the information form user <username> while parsing templates. -dir|d=<templatedir> Search templatefiles in <templatedir>. -template=<templatefile> Use the <templatefile>. DESCRIPTION
vimplate Print a spezified template to standard output. AUTHOR
Urs Stotz <stotz@gmx.ch> COPYRIGHT
Copyright (c) 2004-2005, Urs Stotz <stotz@gmx.ch> All rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. SEE ALSO
perl(1) Template(3) perl v5.14.2 2012-10-07 VIMPLATE(1)
All times are GMT -4. The time now is 03:38 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy