Search Results

Search: Posts Made By: sombralibre
Forum: Programming 07-24-2014
4,105
Posted By sombralibre
Field name
I expect you already fixed the issue.

I see you are using quotes for field names
like this:

" select '4' from bla bla bla"

Are you tried perform the query without quotes in the field name?...
776
Posted By sombralibre
ok, grep -A 7 -Ev 'pattern' file1 > file2
ok,
grep -A 7 -Ev 'pattern' file1 > file2
11,338
Posted By sombralibre
try again wget --no-check-certificate ...
try again

wget --no-check-certificate https://int.net/intranet/index.htm
Forum: BSD 10-12-2011
9,544
Posted By sombralibre
setenv ...
setenv PACKAGESITE="ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-8-stable/Latest/"



look for your package "pkg_search" but before



pkg_add -rv pkg_search





pkg_search...
Forum: UNIX and Linux Applications 10-12-2011
3,792
Posted By sombralibre
awk NF empty-lines-file > no-empty-lines-file
awk NF empty-lines-file > no-empty-lines-file
Forum: UNIX and Linux Applications 10-12-2011
23,710
Posted By sombralibre
disabled selinux and reboot echo...
disabled selinux and reboot

echo "selinux=disabled" > /etc/selinux/conf

init 6

same thing happened and solve it that way .
15,705
Posted By sombralibre
cat some .txt ------ text begin 1. algo ...
cat some .txt
------
text begin
1. algo
2. otro
3. algo mas
text end

------
sed -i 's/^[0-9].*$//g' some.txt |awk NF -

----
cat some.txt

text begin
text end
----------------...
10,311
Posted By sombralibre
sed -e...
sed -e 's/[\!|\@|\#|\\|\$|\%|\^|\°|\&|\*|\(|\)]//g' se deben escapar los caracteres espaciales anteponiendo "\" .
8,122
Posted By sombralibre
in linux works "swapoff / dev / sdaX" or "swapoff...
in linux works "swapoff / dev / sdaX" or "swapoff / dev / vg_xxxx / lv_swap" also can do "sysctl-w vm.swapiness = 10" default 60, this works on Linux for AIX should be "swapoff / device ". This will...
Showing results 1 to 9 of 9

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