Search Results

Search: Posts Made By: Gayathri.M
1,143
Posted By Gayathri.M
The below code just accepts and prints including...
The below code just accepts and prints including special characters.
special.ksh
#!/bin/ksh
read A
echo $A


Use the code as below.

$ "special.ksh"<< EOF
>>123456as'
>>EOF
123456as'
2,020
Posted By Gayathri.M
Hi, You can use the following command to...
Hi,

You can use the following command to get the list of *.txt files in the sub directories as well.

find . -name "*.txt" -print
Showing results 1 to 2 of 2

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