Search Results

Search: Posts Made By: ajaypadvi
18,360
Posted By ajaypadvi
Hi; after encoding my data in url format.. ...
Hi;
after encoding my data in url format..




(echo 'POST /examples/jsp/dates/nextPageToPost.jsp HTTP/1.1'
echo 'Host: localhost'
echo 'Content-Type: application/x-www-form-urlencoded'
echo...
18,360
Posted By ajaypadvi
Post using nc(netcat)
Hi;
I have a url like
http://localhost:8080/examples/jsp/dates/nextPageToPost.jsp?name=ajay&password=pas&sex=Male&check=on&nationality=USA&description=aa&submit=submit

in which i want to use nc...
9,620
Posted By ajaypadvi
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;
12,228
Posted By ajaypadvi
Hi; thnks for reply. Is der ne way that i can...
Hi;
thnks for reply.
Is der ne way that i can use nc as a permanent listener on server side for particular port.coz after the file transfer gets completed it releases the connection on server....
12,228
Posted By ajaypadvi
File transfer over HTTP
Hi;
I have a requirement for transfering of few files from one ubuntu box to another using HTTP thru shell script,provided that shell script is always run on the client side from which files has to...
2,444
Posted By ajaypadvi
File upload through curl
hi;
I need a script to upload a file using HTTP(curl post) to another system.
Will appreciate ur help.

Thnks;
24,123
Posted By ajaypadvi
Thnks guys;
Thnks guys;
24,123
Posted By ajaypadvi
Output of command in comma separated list
Hi;

I have an output of a particular command say
$command
fstl:r-x
ajay:r-x

how can i get this in comma separated list,
eg:
fstl:r-x,ajay:r-x

Thnks;
2,442
Posted By ajaypadvi
Replacing white spaces in filename
Hi;
In following code

find LOG_DIR -type f | while read filename; do echo $filename; done

I want to precede each white space encountered in filename with \ so that when i use $filename for...
37,882
Posted By ajaypadvi
thnks u so much..:)
thnks u so much..:)
37,882
Posted By ajaypadvi
Hi i need this variable somewhere; ...
Hi
i need this variable somewhere;

filename=$f

so that i will directly perform an action on it/commands on it
so find wont do much.
37,882
Posted By ajaypadvi
Recursive looping through files and directories
hi;
i need a script which will go to all directories and subdirectories and print the filenames as follow;
here i m printing only files listing in current directory
reason i m doing this is coz i...
1,604
Posted By ajaypadvi
Formatting of output from awk
Hi;
i m running an command like;
getfacl $(find /home/fstl/testShell/ -type f -ls | awk '{print $11}')

and i m getting outpiut for all files in "testShell" folder as;
# file:...
2,195
Posted By ajaypadvi
User defined functions in awk
Hi;
Is der ne to to use user defined functions for the values in awk

find $1 -type f -ls | nawk '{{print "|"$3"|"$5"|"$6"|"$8"|"$9"|"$10"|"} for(i=11;i<=NF;i++){printf("%s",$i)}}'

In above...
2,040
Posted By ajaypadvi
Hi; Thnks for ur reply But here the scenario...
Hi;
Thnks for ur reply
But here the scenario is we are assigning multiple users to lets say particular directory using ACL but in awk those multiple users wont come..in addition i need to have...
2,040
Posted By ajaypadvi
Command running for all recursive files
hi,
I have installed ACL(access control list) in my ubuntu box in order to know which all are the users having permissions to read and write the files;

If u run the command like;
$getfacl ...
1,719
Posted By ajaypadvi
Thank u for all buddies..:)
Thank u for all buddies..:)
1,719
Posted By ajaypadvi
Hi; thanks for the reply. I have one problem...
Hi;
thanks for the reply.
I have one problem though.For those files having spaces in their filename,commands are not working properly.
Is der any proper way by which one can do this formating...
1,719
Posted By ajaypadvi
To read directories and file
Hi ;
I want to write a shell script to read all files and directories(recursively) given in path along with their user permissions and store that result in one file as
File path Userpermissions...
Forum: UNIX and Linux Applications 07-18-2011
10,382
Posted By ajaypadvi
Regarding NFS server username/password authentication
Hi;
I had set up NFS server in one ubuntu box and mounted few directories using it.
In order to access those directories across the network i m using j-ftp(an open source java network client) from...
Showing results 1 to 20 of 20

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