Search Results

Search: Posts Made By: Abhishek gupta
1,016
Posted By Abhishek gupta
exactly what details??
exactly what details??
2,631
Posted By Abhishek gupta
count=0 while read Line do let...
count=0
while read Line
do
let count=count+1
let check=$count%2
if [ $check -eq 1 ]; then
awk "/$Line/"'{print $2}' file2.txt >> file3.txt
else
echo $Line >> file3.txt
fi...
1,016
Posted By Abhishek gupta
Problem in script
It is a very weird problem
I zipped a folder (in server A) and copied it to another server (server B) ;then unzipped it on the another server .when I executed the script(say ab.sh) in the folder it...
Showing results 1 to 3 of 3

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