Search Results

Search: Posts Made By: santanu83_cse
2,482
Posted By santanu83_cse
I think i was not able to explain my problem...
I think i was not able to explain my problem correctly. I have file names containing spaces and also few directories in the same location. I want ot create a file list with all file names(no dir name...
2,482
Posted By santanu83_cse
in the same script i'm also creaeting list files...
in the same script i'm also creaeting list files and i'm using the following command for that.

awk 'BEGIN {while (++i < ARGC) printf "%s\n", ARGV[i]}' * > InfaFileList.lst

Since i can expect...
2,482
Posted By santanu83_cse
Great guys..thnx a lot..
Great guys..thnx a lot..
2,482
Posted By santanu83_cse
Delete specific line containing null after '='
Hi,
I'm genrating a file from sql and the file looks like :
$value1=A
$value2=B
$value3=
$value4=
$value5=C

I want to delete those two lines which has Null after '='. Could you please guide...
Showing results 1 to 4 of 4

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