Search Results

Search: Posts Made By: anaigini45
Forum: HP-UX 03-06-2018
8,871
Posted By anaigini45
@Bakunin, I tried the method you suggested, and...
@Bakunin, I tried the method you suggested, and this was the error :

# i=`find /home/emoaigin \( -name '*.sh' -o -name '*.jar' -o -name '*.gz' \)`
# tar -cvf - "$i" | gzip | ssh...
Forum: HP-UX 03-05-2018
8,871
Posted By anaigini45
These were the commands I used to accomplish what...
These were the commands I used to accomplish what I wanted :

#i=`find . \( -name '*.sh' -o -name '*.jar' -o -name '*.gz' \) -exec ls -l {} \+`
# tar cf - "$i" | ssh emoaigin@10.61.1.58 ( cd...
Forum: HP-UX 02-28-2018
8,871
Posted By anaigini45
Tarring files to remote server
Hi,

I need to tar some files in a directory to a remote server.
I need to exclude some file from this directory and then tar it over.
This is the command suggested by one article (tarring in the...
Showing results 1 to 3 of 3

 
All times are GMT -4. The time now is 06:43 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy