Search Results

Search: Posts Made By: Mohin Jain
5,839
Posted By Mohin Jain
Still code is not working on my pc. i think its...
Still code is not working on my pc.
i think its not a space its a tab.
5,839
Posted By Mohin Jain
Remove Space and blank line from file in UNIX shell script
I have below file. I want to remove space at begining of every line and then after also remove blank line from file.
I use below code for each operation.

sed -e 's/^[ \t]*//' < check.txt >...
1,268
Posted By Mohin Jain
Split line of file from delimeter.
I have a below file.

INPUT FILE
select * from customer
MERGE INTO Archive; delete from Employee; using select * from customer;
delete from employee; select * from Employee;
insert into...
Showing results 1 to 3 of 3

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