Search Results

Search: Posts Made By: punitpa
54,124
Posted By punitpa
thnx man
thnx man
54,124
Posted By punitpa
zaxxon
find / -type f -name "${INPUT}" -print


above command takes a long time to search and prints every thing (can not find .... results also )
here i need to find the only one successfull result
54,124
Posted By punitpa
store the output of "find" command in a variable?
I intend to find the path/full location of a file(filename given by user thru "read filenme") using "find" or any other command and then store it's output in a variable for some other processing.
...
4,051
Posted By punitpa
writing data in a text file at particular line
I need to write value of variable $version at a particular line in a text file.
Line number is determined by another variable &line......I don't know how to do it in shell script ...
3,092
Posted By punitpa
thanks zaxxon...
thanks zaxxon (https://www.unix.com/members/302029927.html)
3,092
Posted By punitpa
Problem with uuencode
i used below code to attach a file but it's not attaching the file but sendinf a simple mail

uuencode ${discord_file} mail_list.txt | mailx -s "TEST MAIL" xxx@yahoo.com
1,590
Posted By punitpa
mailing a data from ksh
I need to send below email from ksh
---------------------------
Subject:- Action Required

Email Body:-
Please do this activity $variable
----------------------------
But the problem is while...
Showing results 1 to 7 of 7

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