Sponsored Content
Full Discussion: redirecting symbols
Top Forums Shell Programming and Scripting redirecting symbols Post 302316721 by Calypso on Saturday 16th of May 2009 06:18:53 AM
Old 05-16-2009
redirecting symbols

Can anyone please tell me what the following do

1. <
2. <<

Thanks

Calypso
 

10 More Discussions You Might Find Interesting

1. Programming

undefined symbols

i am trying to compile transcode on AIX v 4.3.3 with gcc 3.0.1 i am getting this error: gcc -shared -o .libs/libexport_null.so.0 export_null.o -lpthread -ldl -lc -Wl,-bnoentry -Wl,-bexport:.libs/libexport_null.exp ld: 0711-317 ERROR: Undefined symbol: capability_flag ld: 0711-317... (0 Replies)
Discussion started by: thalex
0 Replies

2. Shell Programming and Scripting

new lines symbols in sed?

I want to edit a huge script file using sed. How can I add the new lines symbols in the red colored places? sed -e "s/test -z "$x"/if test -z "$x" then echo -1; \n else \n/g" (1 Reply)
Discussion started by: gogogo
1 Replies

3. HP-UX

Finding SYmbols in LIB

Whats the unix command to identify the symbols in the shared library. I want to find the symbol "nnftboot" is in the library libnnz10.so. Can any one help on this. (1 Reply)
Discussion started by: senthil_is
1 Replies

4. UNIX for Dummies Questions & Answers

static kernel symbols

Why kernel symbols should be declared static? Closed - homework (0 Replies)
Discussion started by: anupa
0 Replies

5. AIX

Unresolved symbols

Hello experts , i have some strange problem, i wanted to create a shared object in AIX 5.3 for which i have compiled all my .cxx to .o which worked fine and then i created the .so from them , but when i do nm -Bo sample.so , i have many unresolved symbol, including printf... (0 Replies)
Discussion started by: vin_pll
0 Replies

6. Programming

cc -- Unsatisfied symbols -- on HP-UX 10.2

Greetings, I am slowly learning a few things but am far from being an expert. I am at the point now that I would like to be able write some ANSI C code on HP-UX 10.2. Just a hobbie... I am just using cc, which came with the HP-UX 10.2 ... I don't have the manuals for the development... (7 Replies)
Discussion started by: Dirk_
7 Replies

7. UNIX for Dummies Questions & Answers

Help with understanding the symbols '~#' and '~$'

I noticed that sometimes there is "~#" or "~$" in the terminal. What is that? I can't make any research in google because I don't know what are they called. I even tried reading pdf's or books but unfortunately, I wasn't lucky to find out. Maybe I was not persistent enough but I am really... (3 Replies)
Discussion started by: chams
3 Replies

8. Shell Programming and Scripting

Sorting numbers containing symbols

hi all, i need help on sorting data. i have a file as below /home/oracle $ cat 234.txt +1234 -2356 -1001 +231 0023 -0987 +19000 65487 6 after sorting i want the output as below -2356 -1001 (2 Replies)
Discussion started by: mahesh1987
2 Replies

9. Shell Programming and Scripting

Printing symbols with some condition

hi ..all I have an urgency of doing some task so I am posting here...please help i tried this ...its not working properly awk '{if($1>p)print $0;else $1=$2="*";print $0}'pls find attachment my input file is like this 0 25.2 11-Jan-1971 6.45 1040 SU 1 25.2 ... (3 Replies)
Discussion started by: Dona Clara
3 Replies

10. AIX

Errno.h symbols

Hi, I need to look at a recent copy of /usr/include/errno.h from AIX 7.2 to check some symbols. In particular, I'm curious if it defines EOWNERDEAD and ENOTRECOVERABLE. Can someone who has access to 7.2 please check for me? Thanks! (1 Reply)
Discussion started by: topcat
1 Replies
KSYMS(8)						       Linux Module Support							  KSYMS(8)

NAME
ksyms - display exported kernel symbols. SYNOPSIS
ksyms [-ahm] DESCRIPTION
Ksyms shows information about exported kernel symbols. The format is address, name, and defining module. OPTIONS -a, --all Display all symbols. By default, symbols from the kernel proper are suppressed. -h, --noheader Suppress the column header. -H, --help Display a summary of options and exit. -m, --info Display module information. Includes each module's kernel load address and size in the listing. -V, --version Display the version of ksyms. SEE ALSO
insmod(8), modprobe(8), depmod(8), rmmod(8), lsmod(8). BUGS
ksyms [ -V | --version ] should exit immediately. Instead, it prints the version information and behaves as if no options were given. HISTORY
The ksyms command was first conceived by Bjorn Ekwall <bj0rn@blox.se> The '-m' option was inspired by David Hinds <dhinds@allegro.stanford.edu> Updated for 2.1.17 by Richard Henderson <rth@tamu.edu> Linux January 31, 2002 KSYMS(8)
All times are GMT -4. The time now is 05:38 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy